Searched refs:IsAttributeDirectory (Results 1 - 6 of 6) sorted by relevance

/haiku/src/bin/bfs_tools/
H A Dbfsinfo.cpp393 if (inode->IsDirectory() || inode->IsAttributeDirectory()) {
402 if (inode->IsDirectory() || inode->IsAttributeDirectory()) {
411 if (inode->IsDirectory() || inode->IsAttributeDirectory()) {
421 if (inode->IsDirectory() || inode->IsAttributeDirectory()) {
H A Drecover.cpp712 if (node && !node->IsIndex() && !node->IsAttributeDirectory())
721 if (!node->IsIndex() && !node->IsAttributeDirectory())
/haiku/src/bin/bfs_tools/lib/
H A DInode.h32 bool IsAttributeDirectory() const function in class:Inode
H A DInode.cpp1065 return (IsDirectory() || IsAttributeDirectory()) ? B_OK : B_ERROR;
1076 if (IsAttributeDirectory() || IsIndex())
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h61 bool IsAttributeDirectory() const function in class:Inode
H A DInode.cpp1771 if (!IsAttribute() && !IsAttributeDirectory() && !IsSymLink()

Completed in 177 milliseconds