Searched refs:IsDir (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVNode.h58 bool IsDir() const { return fStatData.IsDir(); } function in class:VNode
H A DStatItem.h169 bool IsDir() const { return S_ISDIR(GetMode()); } function in class:StatData
172 bool IsEsoteric() const { return (!IsDir() && !IsFile() && !IsSymlink()); }
H A Dkernel_interface.cpp193 if (!dir->IsDir()) {
428 if (node->IsDir())
483 status_t error = (node->IsDir() ? B_OK : B_NOT_A_DIRECTORY);
H A DVolume.cpp358 if (error == B_OK && node->IsDir()) {
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp45 bool IsDir() const;
97 dir_entry::IsDir() const function in class:FATFS::dir_entry
392 if (c->entry.IsDir()) {

Completed in 48 milliseconds