Searched refs:traverse (Results 1 - 25 of 50) sorted by relevance

12

/haiku/headers/build/private/app/
H A DAppMisc.h23 status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
24 status_t get_app_ref(entry_ref *ref, bool traverse = true);
/haiku/src/build/libbe/app/
H A DAppMisc.cpp24 \param traverse If \c true, the function traverses symbolic links.
31 get_app_ref(entry_ref *ref, bool traverse) argument
33 // return get_app_ref(B_CURRENT_TEAM, ref, traverse);
/haiku/headers/os/storage/
H A DEntry.h43 bool traverse = false);
45 bool traverse = false);
46 BEntry(const char* path, bool traverse = false);
58 bool traverse = false);
60 bool traverse = false);
61 status_t SetTo(const char* path, bool traverse = false);
96 bool traverse);
H A DEntryList.h28 bool traverse = false) = 0;
H A DDirectory.h42 bool traverse = false) const;
49 virtual status_t GetNextEntry(BEntry *entry, bool traverse = false);
H A DNode.h100 status_t _SetTo(int fd, const char* path, bool traverse);
101 status_t _SetTo(const entry_ref* ref, bool traverse);
/haiku/headers/build/os/storage/
H A DEntry.h45 BEntry(const BDirectory *dir, const char *path, bool traverse = false);
46 BEntry(const entry_ref *ref, bool traverse = false);
47 BEntry(const char *path, bool traverse = false);
59 bool traverse = false);
60 status_t SetTo(const entry_ref *ref, bool traverse = false);
61 status_t SetTo(const char *path, bool traverse = false);
99 status_t set(int dir, const char *path, bool traverse);
H A DNode.h111 status_t _SetTo(int fd, const char *path, bool traverse);
112 status_t _SetTo(const entry_ref *ref, bool traverse);
H A DDirectory.h40 bool traverse = false) const;
47 virtual status_t GetNextEntry(BEntry *entry, bool traverse = false);
/haiku/src/tests/kits/storage/
H A DEntryTest.h31 bool traverse = false);
33 bool traverse = false);
35 bool traverse = false);
39 bool traverse = false);
41 bool traverse = false);
43 bool traverse = false);
/haiku/headers/private/app/
H A DAppMisc.h24 status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
25 status_t get_app_ref(entry_ref *ref, bool traverse = true);
/haiku/src/kits/tracker/
H A DNodeWalker.h59 virtual status_t GetNextEntry(BEntry*, bool traverse = false) = 0;
85 virtual status_t GetNextEntry(BEntry*, bool traverse = false);
122 virtual status_t GetNextEntry(BEntry*, bool traverse = false);
153 virtual status_t GetNextEntry(BEntry*, bool traverse = false);
H A DEntryIterator.h60 virtual status_t GetNextEntry(BEntry* entry, bool traverse = false) = 0;
82 virtual status_t GetNextEntry(BEntry* entry, bool traverse = false);
113 virtual status_t GetNextEntry(BEntry* entry, bool traverse = false);
146 virtual status_t GetNextEntry(BEntry* entry, bool traverse = false);
183 virtual status_t GetNextEntry(BEntry* entry, bool traverse = false);
H A DVirtualDirectoryEntryList.h34 bool traverse = false);
H A DEntryIterator.cpp72 TWalkerWrapper::GetNextEntry(BEntry* entry, bool traverse) argument
74 fStatus = fWalker->GetNextEntry(entry, traverse);
168 CachedEntryIterator::GetNextEntry(BEntry* result, bool traverse) argument
184 traverse);
391 DirectoryEntryList::GetNextEntry(BEntry* entry, bool traverse) argument
393 fStatus = fDirectory.GetNextEntry(entry, traverse);
464 EntryIteratorList::GetNextEntry(BEntry* entry, bool traverse) argument
472 fStatus = fList.ItemAt(fCurrentIndex)->GetNextEntry(entry, traverse);
H A DVirtualDirectoryEntryList.cpp71 VirtualDirectoryEntryList::GetNextEntry(BEntry* entry, bool traverse) argument
78 return entry->SetTo(&ref, traverse);
H A DNodeWalker.cpp309 TNodeWalker::GetNextEntry(BEntry* entry, bool traverse) argument
329 status_t result = fTopDir->GetNextEntry(entry, traverse);
335 return GetNextEntry(entry, traverse);
566 TVolWalker::GetNextEntry(BEntry* entry, bool traverse) argument
572 status_t result = _inherited::GetNextEntry(entry, traverse);
579 result = GetNextEntry(entry, traverse);
654 TQueryWalker::GetNextEntry(BEntry* entry, bool traverse) argument
658 result = fQuery.GetNextEntry(entry, traverse);
/haiku/src/kits/storage/
H A DEntry.cpp132 BEntry::BEntry(const BDirectory* dir, const char* path, bool traverse) argument
138 SetTo(dir, path, traverse);
142 BEntry::BEntry(const entry_ref* ref, bool traverse) argument
148 SetTo(ref, traverse);
152 BEntry::BEntry(const char* path, bool traverse) argument
158 SetTo(path, traverse);
205 BEntry::SetTo(const BDirectory* dir, const char* path, bool traverse) argument
215 return SetTo(path, traverse);
226 return (fCStatus = _SetTo(dirFD, path, traverse));
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...]
/haiku/src/kits/app/
H A DAppMisc.cpp89 \param traverse If \c true, the function traverses symbolic links.
96 get_app_ref(team_id team, entry_ref *ref, bool traverse) argument
105 BEntry entry(appFilePath, traverse);
116 \param traverse If \c true, the function traverses symbolic links.
123 get_app_ref(entry_ref *ref, bool traverse) argument
125 return get_app_ref(B_CURRENT_TEAM, ref, traverse);
/haiku/src/bin/filteredquery/
H A DFilteredQuery.h36 virtual status_t GetNextEntry(BEntry *entry, bool traverse = false);
H A DFilteredQuery.cpp115 TFilteredQuery::GetNextEntry(BEntry *entry, bool traverse) argument
118 // BQuery::GetNextEntry(BEntry *entry, bool traverse)
123 error = entry->SetTo(&ref, traverse);
/haiku/headers/os/locale/
H A DLocaleRoster.h87 bool traverse = false);
108 BString& string, bool traverse);
/haiku/src/build/libbe/storage/
H A DEntry.cpp247 /*! If traverse is true and \c dir/path refers to a symlink, the BEntry will
252 \param traverse whether or not to traverse symlinks
256 BEntry::BEntry(const BDirectory *dir, const char *path, bool traverse) argument
262 SetTo(dir, path, traverse);
267 /*! If traverse is true and \a ref refers to a symlink, the BEntry
272 \param traverse whether or not symlinks are to be traversed
275 BEntry::BEntry(const entry_ref *ref, bool traverse) argument
281 SetTo(ref, traverse);
288 traverse i
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...]
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp25 open_attr_dir(int file, const char *path, bool traverse) argument
29 int fd = _kern_open_attr_dir(file, path, traverse);
/haiku/headers/private/shared/
H A DQueryFile.h45 bool traverse = false);

Completed in 239 milliseconds

12