Searched refs:GetNextEntry (Results 101 - 125 of 179) sorted by last modified time

12345678

/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp396 while (dir.GetNextEntry(&nextEnt) == B_NO_ERROR) {
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp181 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/tools/cppunit/
H A DTestShell.cpp107 while (libDir->GetNextEntry(&addonEntry, true) == B_OK) {
/haiku/src/kits/storage/mime/
H A DInstalledTypes.cpp394 err = root.GetNextEntry(&entry);
425 err = dir.GetNextEntry(&subEntry);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DDirectoryIterator.cpp76 status_t status = fIterator->GetNextEntry((void**)&entries, &entries_length);
/haiku/src/bin/bfs_tools/lib/
H A DInode.h166 virtual status_t GetNextEntry(char *name, block_run *run);
167 virtual status_t GetNextEntry(block_run *run);
H A DHashtable.h33 status_t GetNextEntry(void **value);
H A DHashtable.cpp165 status_t Hashtable::GetNextEntry(void **value) function in class:Hashtable
H A DBPlusTree.h121 status_t GetNextEntry(void *key,uint16 *keyLength,uint16 maxLength,off_t *value);
190 inline status_t BPlusTree::GetNextEntry(void *key,uint16 *keyLength,uint16 maxLength,off_t *value) function in class:BPlusTree
/haiku/src/bin/bfs_tools/
H A Dbfsinfo.cpp174 while (directory->GetNextEntry(name, &run) == B_OK) {
192 while (directory->GetNextEntry(name, &run) == B_OK)
/haiku/src/apps/text_search/
H A DInitialIterator.cpp123 return fCurrentDir->GetNextEntry(&entry, fRecurseLinks) == B_OK;
167 if (fCurrentDir->GetNextEntry(&entry, fRecurseLinks) == B_OK)
/haiku/src/apps/diskusage/
H A DScanner.cpp244 if (dir->GetNextEntry(&entry) == B_ENTRY_NOT_FOUND)
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp682 while(settingsDirectory.GetNextEntry(&entry) == B_OK) {
/haiku/src/servers/launch/
H A DAbstractEmptyDirectoryJob.cpp47 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp355 while (dir.GetNextEntry(&iter) == B_OK) {
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.h36 virtual status_t GetNextEntry(void *cookie, char *nameBuffer, size_t bufferSize);
51 status_t GetNextEntry(void *cookie,
/haiku/src/system/boot/loader/file_systems/bfs/
H A DDirectory.h32 virtual status_t GetNextEntry(void *cookie, char *nameBuffer, size_t bufferSize);
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.h32 virtual status_t GetNextEntry(void *cookie, char *nameBuffer, size_t bufferSize);
/haiku/src/kits/tracker/
H A DTrashWatcher.cpp216 if (trashDir.GetNextEntry(&entry) == B_OK)
/haiku/src/servers/bluetooth/
H A DDeviceManager.cpp129 while (directory.GetNextEntry(&entry, true) == B_OK) {
/haiku/src/preferences/mail/
H A DFilterList.cpp52 while (dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp292 while ((root.GetNextEntry(&entry)) > B_ERROR ) {
/haiku/src/tests/servers/app/statusbar/
H A Dmain.cpp38 while (fHomeFolder.GetNextEntry(&entry) == B_OK)
55 if (fHomeFolder.GetNextEntry(&entry) < B_OK) {
59 if (fHomeFolder.GetNextEntry(&entry) < B_OK)
/haiku/src/apps/mail/
H A DSettings.cpp451 while (inChainDir.GetNextEntry (&settingsEntry, true) == B_OK) {
/haiku/src/kits/mail/
H A DMailSettings.cpp327 while (dir.GetNextEntry(&entry) != B_ENTRY_NOT_FOUND) {

Completed in 121 milliseconds

12345678