Searched refs:GetNextEntry (Results 26 - 50 of 179) sorted by relevance

12345678

/haiku/src/system/boot/loader/
H A DRootFileSystem.h25 virtual status_t GetNextEntry(void *cookie, char *nameBuffer, size_t bufferSize);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.h48 status_t GetNextEntry(Entry **entry) const;
H A DQuery.h41 status_t GetNextEntry(struct dirent* entry, size_t size);
H A DEntryIterator.cpp106 error = fDirectory->GetNextEntry(&fEntry);
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp98 while (directory->GetNextEntry(name,&run) >= B_OK)
151 while (tree.GetNextEntry(name,&length,B_FILE_NAME_LENGTH,&offset) == B_OK)
201 while (gHashtable.GetNextEntry((void **)&run) == B_OK)
297 while (parentTree->GetNextEntry(name,&length,B_FILE_NAME_LENGTH,&offset) == B_OK)
336 while (tree.GetNextEntry(name,&length,B_FILE_NAME_LENGTH,&offset) == B_OK)
510 while (indices->GetNextEntry(name,&run) >= B_OK)
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.cpp138 fCurrentEntry = fDirectory->GetNextEntry(fCurrentEntry);
287 // GetNextEntry
289 VirtualDir::GetNextEntry(VirtualDirEntry* entry) const function in class:VirtualDir
H A DVirtualDir.h77 VirtualDirEntry* GetNextEntry(VirtualDirEntry* entry) const;
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp111 while (dir.GetNextEntry(&entry) == B_OK)
140 while (dir.GetNextEntry(&entry) == B_OK)
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp93 while (directory.GetNextEntry(&entry) == B_OK) {
109 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/tools/translation/inspector/
H A DInspectorApp.cpp72 while (dir.GetNextEntry(&ent) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.cpp91 fCurrentEntry = fDirectory->GetNextEntry(fCurrentEntry);
280 // GetNextEntry
282 Directory::GetNextEntry(Entry* entry) const function in class:Directory
295 entry = GetNextEntry(entry);
/haiku/headers/os/storage/
H A DDirectory.h49 virtual status_t GetNextEntry(BEntry *entry, bool traverse = false);
H A DQuery.h78 virtual status_t GetNextEntry(BEntry* entry, bool traverse = false);
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.cpp96 while((status = directory.GetNextEntry(&entry)) == B_OK){
/haiku/src/bin/
H A Dquery.cpp83 while (query.GetNextEntry(&entry) == B_OK) {
/haiku/src/servers/input/
H A DInputServerDevice.cpp167 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/servers/print/
H A DTransport.cpp87 while(dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/kits/tracker/
H A DTemplatesMenu.cpp148 while (templatesDir.GetNextEntry(&entry) == B_OK) {
H A DTrashWatcher.cpp216 if (trashDir.GetNextEntry(&entry) == B_OK)
H A DVirtualDirectoryEntryList.cpp71 VirtualDirectoryEntryList::GetNextEntry(BEntry* entry, bool traverse) function in class:BPrivate::VirtualDirectoryEntryList
/haiku/src/apps/mail/
H A DMailSupport.cpp138 while (query.GetNextEntry(&entry) == B_OK) {
/haiku/src/apps/diskprobe/
H A DOpenWindow.cpp136 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.cpp120 Directory::GetNextEntry(void *cookie, char *name, size_t size) function in class:FFS::Directory
/haiku/headers/build/os/storage/
H A DDirectory.h47 virtual status_t GetNextEntry(BEntry *entry, bool traverse = false);
/haiku/src/bin/filteredquery/
H A Dquery.cpp110 while (query.GetNextEntry(&entry) == B_OK) {

Completed in 127 milliseconds

12345678