Searched defs:IsDirectory (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h42 bool IsDirectory() const { return true; } function in class:Inode
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h39 bool IsDirectory() const function in class:Inode
/haiku-fatelf/src/build/libbe/storage/
H A DStatable.cpp51 BStatable::IsDirectory() const function in class:BStatable
/haiku-fatelf/src/kits/storage/
H A DStatable.cpp81 BStatable::IsDirectory() const function in class:BStatable
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.cpp165 Node::IsDirectory() const function in class:Node
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNode.h51 inline bool IsDirectory() const { return S_ISDIR(fMode); } function in class:Node
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DIcb.h91 bool IsDirectory() { return (Type() == ICB_TYPE_DIRECTORY function in class:Icb
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DIcb.h75 bool IsDirectory() { return InitCheck() == B_OK function in class:Udf::Icb
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DNode.cpp165 Node::IsDirectory() const function in class:Node
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNode.h51 inline bool IsDirectory() const { return S_ISDIR(fMode); } function in class:Node
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DInode.h26 bool IsDirectory() const { return S_ISDIR(fInode->mode); } function in class:Inode
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DInode.h54 bool IsDirectory() const function in class:Inode
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DInode.h43 bool IsDirectory() const function in class:Inode
/haiku-fatelf/src/kits/tracker/
H A DModel.h396 Model::IsDirectory() const function in class:BPrivate::Model
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DInode.h98 bool IsDirectory() const { return (Mode() & (S_DIRECTORY | S_INDEX_DIR | S_ATTR_DIR)) == S_DIRECTORY; } function in class:Inode
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.h52 bool IsDirectory() const function in class:Inode
/haiku-fatelf/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.h211 BaseBlock::IsDirectory() const function in class:FFS::BaseBlock
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dxcp.cpp49 bool IsDirectory() const { return MY_S_ISDIR(fStat.mode); } function in class:Node
/haiku-fatelf/src/tools/fs_shell/
H A Dcommand_cp.cpp75 bool IsDirectory() const { return FSSH_S_ISDIR(fStat.fssh_st_mode); } function in class:FSShell::Node

Completed in 130 milliseconds