Searched refs:IsContainer (Results 1 - 17 of 17) sorted by relevance

/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.h36 bool IsContainer() const { return Mode() & (S_IFDIR | S_INDEX_DIR | S_ATTR_DIR); } function in class:BFS::Stream
H A DStream.cpp425 if (stream.IsContainer())
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp79 if (inode->IsContainer()) {
147 if (inode->IsContainer() && !inode->IsIndex()) {
H A DCheckVisitor.cpp283 if (inode->IsContainer())
301 if (inode->IsContainer()) {
H A DInode.cpp364 if (IsContainer())
447 if (IsContainer()) {
2548 // Inode::IsContainer() is true also for indices (furthermore, the S_IFDIR
2554 if (inode->IsContainer() != isDirectory)
2630 if (parent != NULL && (mode & S_ATTR_DIR) == 0 && parent->IsContainer()) {
2640 if (parent != NULL && !volume->IsInitializing() && parent->IsContainer()) {
2756 if (inode->IsContainer()) {
2800 if (parent != NULL && parent->IsContainer())
H A DInode.h54 bool IsContainer() const function in class:Inode
H A DVolume.cpp259 || !fIndicesNode->IsContainer()) {
H A DBlockAllocator.cpp986 } else if (inode->IsContainer() || inode->IsSymLink()) {
H A Dkernel_interface.cpp1714 if (!inode->IsContainer())
H A DBPlusTree.cpp737 || !stream->IsContainer()) {
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h46 bool IsContainer() const { return true; } function in class:Inode
/haiku/src/kits/tracker/
H A DModel.h134 bool IsContainer() const;
423 Model::IsContainer() const function in class:BPrivate::Model
H A DRecentItems.cpp309 container = result->IsContainer();
314 container = model.IsContainer();
H A DFavoritesMenu.cpp147 if (!startModel.IsContainer())
H A DNavMenu.cpp427 if (startModel.InitCheck() != B_OK || !startModel.IsContainer())
630 isContainer = result->IsContainer();
636 isContainer = model->IsContainer();
H A DTracker.cpp880 bool openAsContainer = model->IsContainer();
1519 if (model->InitCheck() == B_OK && model->IsContainer()) {
H A DContainerWindow.cpp2149 || (!model.IsContainer() && !model.IsSymLink())) {
2158 if (resolvedModel.InitCheck() != B_OK || !resolvedModel.IsContainer())

Completed in 183 milliseconds