Searched defs:IsIndex (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/bfs_tools/lib/
H A DInode.h28 bool IsIndex() const { return S_ISINDEX(fInode->mode); } function in class:Inode
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DInode.h99 bool IsIndex() const { return (Mode() & (S_INDEX_DIR | 0777)) == S_INDEX_DIR; } function in class:Inode
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.h54 bool IsIndex() const function in class:Inode

Completed in 43 milliseconds