Searched defs:traverse (Results 1 - 23 of 23) sorted by relevance

/haiku/src/build/libbe/app/
H A DAppMisc.cpp31 get_app_ref(entry_ref *ref, bool traverse) argument
/haiku/src/kits/tracker/
H A DVirtualDirectoryEntryList.cpp71 VirtualDirectoryEntryList::GetNextEntry(BEntry* entry, bool traverse) argument
H A DNodeWalker.cpp309 TNodeWalker::GetNextEntry(BEntry* entry, bool traverse) argument
566 TVolWalker::GetNextEntry(BEntry* entry, bool traverse) argument
654 TQueryWalker::GetNextEntry(BEntry* entry, bool traverse) argument
H A DEntryIterator.cpp72 TWalkerWrapper::GetNextEntry(BEntry* entry, bool traverse) argument
168 CachedEntryIterator::GetNextEntry(BEntry* result, bool traverse) argument
391 DirectoryEntryList::GetNextEntry(BEntry* entry, bool traverse) argument
464 EntryIteratorList::GetNextEntry(BEntry* entry, bool traverse) argument
H A DModel.cpp159 Model::Model(const entry_ref* ref, bool traverse, bool open, bool writable) argument
245 Model::SetTo(const entry_ref* newRef, bool traverse, bool open, bool writable) argument
H A DOpenWithWindow.cpp1810 ConditionalAllAppsIterator::GetNextEntry(BEntry* entry, bool traverse) argument
/haiku/src/bin/filteredquery/
H A DFilteredQuery.cpp115 TFilteredQuery::GetNextEntry(BEntry *entry, bool traverse) argument
/haiku/src/kits/shared/
H A DQueryFile.cpp242 BQueryFile::GetNextEntry(BEntry* entry, bool traverse) argument
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp25 open_attr_dir(int file, const char *path, bool traverse) argument
/haiku/src/kits/app/
H A DAppMisc.cpp96 get_app_ref(team_id team, entry_ref *ref, bool traverse) argument
123 get_app_ref(entry_ref *ref, bool traverse) argument
/haiku/src/kits/storage/
H A DMergedDirectory.cpp100 BMergedDirectory::GetNextEntry(BEntry* entry, bool traverse) argument
H A DEntry.cpp132 BEntry::BEntry(const BDirectory* dir, const char* path, bool traverse) argument
142 BEntry::BEntry(const entry_ref* ref, bool traverse) argument
152 BEntry::BEntry(const char* path, bool traverse) argument
205 BEntry::SetTo(const BDirectory* dir, const char* path, bool traverse) argument
231 BEntry::SetTo(const entry_ref* ref, bool traverse) argument
250 SetTo(const char* path, bool traverse) argument
551 _SetTo(int dirFD, const char* path, bool traverse) argument
[all...]
H A DDirectory.cpp332 BDirectory::GetNextEntry(BEntry* entry, bool traverse) argument
H A DQuery.cpp330 BQuery::GetNextEntry(BEntry* entry, bool traverse) argument
H A DNode.cpp554 BNode::_SetTo(int fd, const char* path, bool traverse) argument
590 BNode::_SetTo(const entry_ref* ref, bool traverse) argument
/haiku/src/build/libbe/storage/
H A DMergedDirectory.cpp99 BMergedDirectory::GetNextEntry(BEntry* entry, bool traverse) argument
H A DEntry.cpp256 BEntry::BEntry(const BDirectory *dir, const char *path, bool traverse) argument
275 BEntry::BEntry(const entry_ref *ref, bool traverse) argument
296 BEntry(const char *path, bool traverse) argument
393 SetTo(const BDirectory *dir, const char *path, bool traverse) argument
426 SetTo(const entry_ref *ref, bool traverse) argument
448 SetTo(const char *path, bool traverse) argument
882 set(int dirFD, const char *path, bool traverse) argument
[all...]
H A DNode.cpp544 BNode::_SetTo(int fd, const char* path, bool traverse) argument
580 BNode::_SetTo(const entry_ref* ref, bool traverse) argument
H A DDirectory.cpp312 BDirectory::GetNextEntry(BEntry* entry, bool traverse) argument
/haiku/src/kits/locale/
H A DLocaleRoster.cpp490 GetLocalizedFileName(BString& localizedFileName, const entry_ref& ref, bool traverse) argument
565 _PrepareCatalogEntry(const entry_ref& ref, BString& signature, BString& context, BString& string, bool traverse) argument
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp295 examine_entry(BEntry &entry, TestEntry *testEntry, bool traverse) argument
334 EntryTest::InitTest1Paths(TestEntry &_testEntry, status_t error, bool traverse) argument
368 EntryTest::InitTest1Refs(TestEntry &_testEntry, status_t error, bool traverse) argument
387 InitTest1DirPaths(TestEntry &_testEntry, status_t error, bool traverse) argument
814 InitTest2Paths(TestEntry &_testEntry, status_t error, bool traverse) argument
849 InitTest2Refs(TestEntry &_testEntry, status_t error, bool traverse) argument
869 InitTest2DirPaths(TestEntry &_testEntry, status_t error, bool traverse) argument
[all...]
/haiku/src/tools/fs_shell/
H A Dvfs.cpp3146 bool traverse = ((openMode & FSSH_O_NOTRAVERSE) == 0); local
/haiku/src/system/kernel/fs/
H A Dvfs.cpp5381 bool traverse = ((openMode & (O_NOTRAVERSE | O_NOFOLLOW)) == 0); local
5600 bool traverse = (openMode & (O_NOTRAVERSE | O_NOFOLLOW)) == 0; local
5628 bool traverse = (openMode & (O_NOTRAVERSE | O_NOFOLLOW)) == 0; local
2051 entry_ref_to_vnode(dev_t mountID, ino_t directoryID, const char* name, bool traverse, bool kernel, VnodePutter& _vnode) argument
[all...]

Completed in 201 milliseconds