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

/haiku-fatelf/src/build/libbe/app/
H A DAppMisc.cpp48 get_app_ref(entry_ref *ref, bool traverse) argument
/haiku-fatelf/src/kits/app/
H A DAppMisc.cpp87 get_app_ref(team_id team, entry_ref *ref, bool traverse) argument
114 get_app_ref(entry_ref *ref, bool traverse) argument
/haiku-fatelf/src/kits/shared/
H A DQueryFile.cpp242 BQueryFile::GetNextEntry(BEntry* entry, bool traverse) argument
/haiku-fatelf/src/system/libroot/os/
H A Dfs_attr.cpp25 open_attr_dir(int file, const char *path, bool traverse) argument
/haiku-fatelf/src/kits/tracker/
H A DNodeWalker.cpp289 TNodeWalker::GetNextEntry(BEntry* entry, bool traverse) argument
530 TVolWalker::GetNextEntry(BEntry* entry, bool traverse) argument
610 TQueryWalker::GetNextEntry(BEntry* entry, bool traverse) argument
H A DEntryIterator.cpp69 TWalkerWrapper::GetNextEntry(BEntry* entry, bool traverse) argument
161 CachedEntryIterator::GetNextEntry(BEntry* result, bool traverse) argument
378 DirectoryEntryList::GetNextEntry(BEntry* entry, bool traverse) argument
452 EntryIteratorList::GetNextEntry(BEntry* entry, bool traverse) argument
H A DModel.cpp161 Model::Model(const entry_ref* ref, bool traverse, bool open, bool writable) argument
246 Model::SetTo(const entry_ref* newRef, bool traverse, bool open, bool writable) argument
H A DOpenWithWindow.cpp1649 ConditionalAllAppsIterator::GetNextEntry(BEntry* entry, bool traverse) argument
/haiku-fatelf/src/build/libbe/storage/
H A DDirectory.cpp549 BDirectory::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
383 SetTo(const BDirectory *dir, const char *path, bool traverse) argument
416 SetTo(const entry_ref *ref, bool traverse) argument
438 SetTo(const char *path, bool traverse) argument
872 set(int dirFD, const char *path, bool traverse) argument
[all...]
H A DNode.cpp697 BNode::_SetTo(int fd, const char *path, bool traverse) argument
732 BNode::_SetTo(const entry_ref *ref, bool traverse) argument
/haiku-fatelf/src/kits/storage/
H A DDirectory.cpp332 BDirectory::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
517 _SetTo(int dirFD, const char* path, bool traverse) argument
[all...]
H A DNode.cpp441 BNode::_SetTo(int fd, const char *path, bool traverse) argument
460 BNode::_SetTo(const entry_ref *ref, bool traverse) argument
H A DQuery.cpp556 BQuery::GetNextEntry(BEntry* entry, bool traverse) argument
/haiku-fatelf/src/kits/locale/
H A DLocaleRoster.cpp485 GetLocalizedFileName(BString& localizedFileName, const entry_ref& ref, bool traverse) argument
555 _PrepareCatalogEntry(const entry_ref& ref, BString& signature, BString& context, BString& string, bool traverse) argument
/haiku-fatelf/src/bin/gawk/
H A Dprofile.c162 int volatile traverse = TRUE; /* True => loop thru tree (Node_rule_list) */ local
H A Deval.c344 int volatile traverse = TRUE; /* True => loop thru tree (Node_rule_list) */ local
/haiku-fatelf/src/tests/kits/storage/
H A DEntryTest.cpp291 examine_entry(BEntry &entry, TestEntry *testEntry, bool traverse) argument
330 EntryTest::InitTest1Paths(TestEntry &_testEntry, status_t error, bool traverse) argument
364 EntryTest::InitTest1Refs(TestEntry &_testEntry, status_t error, bool traverse) argument
383 InitTest1DirPaths(TestEntry &_testEntry, status_t error, bool traverse) argument
810 InitTest2Paths(TestEntry &_testEntry, status_t error, bool traverse) argument
845 InitTest2Refs(TestEntry &_testEntry, status_t error, bool traverse) argument
865 InitTest2DirPaths(TestEntry &_testEntry, status_t error, bool traverse) argument
[all...]
/haiku-fatelf/src/tools/fs_shell/
H A Dvfs.cpp3099 bool traverse = ((openMode & FSSH_O_NOTRAVERSE) == 0); local
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp5206 bool traverse = ((openMode & (O_NOTRAVERSE | O_NOFOLLOW)) == 0); local
5411 bool traverse = (openMode & (O_NOTRAVERSE | O_NOFOLLOW)) == 0; local
5440 bool traverse = (openMode & (O_NOTRAVERSE | O_NOFOLLOW)) == 0; local
2049 entry_ref_to_vnode(dev_t mountID, ino_t directoryID, const char* name, bool traverse, bool kernel, struct vnode** _vnode) argument
[all...]

Completed in 227 milliseconds