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

/haiku/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/src/build/libbe/storage/
H A DStatable.cpp37 BStatable::IsFile() const function in class:BStatable
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h43 bool IsFile() const function in class:Inode
/haiku/src/kits/storage/
H A DStatable.cpp49 BStatable::IsFile() const function in class:BStatable
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h90 bool IsFile() { return Type() == ICB_TYPE_REGULAR_FILE; } function in class:Icb
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp363 BDiskDevice::IsFile() const function in class:BDiskDevice
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.cpp173 Node::IsFile() const function in class:Node
/haiku/src/bin/bfs_tools/lib/
H A DInode.h26 bool IsFile() const { return S_ISREG(fInode->mode); } function in class:Inode
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.h56 inline bool IsFile() const { return S_ISREG(fMode); } function in class:Node
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h45 bool IsFile() const function in class:Inode
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h56 bool IsFile() const function in class:Inode
/haiku/src/kits/tracker/
H A DModel.h380 Model::IsFile() const function in class:BPrivate::Model
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp148 BHttpFormData::IsFile() const function in class:BHttpFormData
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.h94 bool IsFile() const function in class:Inode
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.h218 BaseBlock::IsFile() const function in class:FFS::BaseBlock
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h67 bool IsFile() const function in class:Inode
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp90 dir_entry::IsFile() const function in class:FATFS::dir_entry
/haiku/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
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.h258 bool IsFile() const function in class:Inode

Completed in 189 milliseconds