Searched defs:IsFile (Results 1 - 25 of 25) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DVNode.h59 bool IsFile() const { return fStatData.IsFile(); } function in class:VNode
H A DStatItem.h170 bool IsFile() const { return S_ISREG(GetMode()); } function in class:StatData
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DVNode.h58 bool IsFile() const { return fStatData.IsFile(); } function in class:VNode
H A DStatItem.h170 bool IsFile() const { return S_ISREG(GetMode()); } function in class:StatData
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h41 bool IsFile() const function in class:Inode
/haiku-fatelf/src/build/libbe/storage/
H A DStatable.cpp37 BStatable::IsFile() const function in class:BStatable
/haiku-fatelf/src/kits/storage/
H A DStatable.cpp67 BStatable::IsFile() const function in class:BStatable
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.cpp172 Node::IsFile() const function in class:Node
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNode.h52 inline bool IsFile() const { return S_ISREG(fMode); } function in class:Node
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DIcb.h90 bool IsFile() { return Type() == ICB_TYPE_REGULAR_FILE; } function in class:Icb
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskDevice.cpp363 BDiskDevice::IsFile() const function in class:BDiskDevice
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DIcb.h74 bool IsFile() { return InitCheck() == B_OK && Type() == ICB_TYPE_REGULAR_FILE; } function in class:Udf::Icb
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DNode.cpp172 Node::IsFile() const function in class:Node
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNode.h52 inline bool IsFile() const { return S_ISREG(fMode); } function in class:Node
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DInode.h25 bool IsFile() const { return S_ISREG(fInode->mode); } function in class:Inode
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DInode.h56 bool IsFile() const function in class:Inode
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DInode.h45 bool IsFile() const function in class:Inode
/haiku-fatelf/src/kits/network/libnetapi/
H A DHttpForm.cpp145 BHttpFormData::IsFile() const function in class:BHttpFormData
/haiku-fatelf/src/kits/tracker/
H A DModel.h379 Model::IsFile() const function in class:BPrivate::Model
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DInode.h106 bool IsFile() const { return (Mode() & (S_IFMT | S_ATTR)) == S_FILE; } function in class:Inode
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.h63 bool IsFile() const function in class:Inode
/haiku-fatelf/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.h218 BaseBlock::IsFile() const function in class:FFS::BaseBlock
/haiku-fatelf/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp84 dir_entry::IsFile() const function in class:FATFS::dir_entry
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dxcp.cpp48 bool IsFile() const { return MY_S_ISREG(fStat.mode); } function in class:Node
/haiku-fatelf/src/tools/fs_shell/
H A Dcommand_cp.cpp74 bool IsFile() const { return FSSH_S_ISREG(fStat.fssh_st_mode); } function in class:FSShell::Node

Completed in 150 milliseconds