Searched refs:IsDirectory (Results 1 - 25 of 149) sorted by path

123456

/haiku/headers/build/os/storage/
H A DStatable.h25 bool IsDirectory() const;
/haiku/headers/os/package/
H A DGlobalWritableFileInfo.h37 bool IsDirectory() const;
H A DUserSettingsFileInfo.h36 bool IsDirectory() const;
/haiku/headers/os/storage/
H A DStatable.h34 bool IsDirectory() const;
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp50 if (fInitStatus == B_OK && !IsDirectory() && !IsSymLink()) {
81 if (!IsDirectory() && !IsSymLink()) {
133 if (!IsContiguous() || IsDirectory())
H A DInode.h54 bool IsDirectory() const function in class:Inode
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.cpp164 // IsDirectory
166 Node::IsDirectory() const function in class:Node
H A DNode.h44 bool IsDirectory() const;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h91 bool IsDirectory() { return (Type() == ICB_TYPE_DIRECTORY function in class:Icb
98 mode_t Mode() { return (IsDirectory() ? S_IFDIR : S_IFREG)
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaAddon.cpp165 if (ent.IsDirectory()) {
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp244 if(entry.IsDirectory()) {
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVAddOn.cpp136 if (!ent.IsDirectory() && !ent.IsSymLink()) {
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp361 if (entry.IsDirectory()) {
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp398 if(entry.IsDirectory()) {
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp112 if (entry.IsDirectory()
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp95 if (pose->TargetModel()->IsDirectory())
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp99 if (entry.IsDirectory()) {
H A DFileWindow.cpp40 } else if (entry.IsDirectory()) {
H A DOpenWindow.cpp137 if (entry.IsDirectory()) {
/haiku/src/apps/diskusage/
H A DScanner.cpp269 else if (entry.IsDirectory()) {
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp38 return entry.IsDirectory();
H A DExpanderRules.cpp223 if (node->IsDirectory() || node->IsSymLink())
/haiku/src/apps/installer/
H A DUnzipEngine.cpp277 if (test.Exists() && test.IsDirectory()) {
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp115 if (entry.IsDirectory()) {
H A DMainWindow.cpp128 if (entry.IsDirectory()) {

Completed in 108 milliseconds

123456