Searched refs:GetNextEntry (Results 126 - 150 of 179) sorted by relevance

12345678

/haiku/src/servers/print/
H A DPrintServerApp.cpp290 while(dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp292 while ((root.GetNextEntry(&entry)) > B_ERROR ) {
/haiku/src/preferences/printers/
H A DPrinterListView.cpp73 while(dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp396 while (dir.GetNextEntry(&nextEnt) == B_NO_ERROR) {
/haiku/src/tools/cppunit/
H A DTestShell.cpp107 while (libDir->GetNextEntry(&addonEntry, true) == B_OK) {
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp546 while (dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/build/libbe/storage/
H A DDirectory.cpp312 BDirectory::GetNextEntry(BEntry* entry, bool traverse) function in class:BDirectory
/haiku/src/kits/storage/
H A DDirectory.cpp332 BDirectory::GetNextEntry(BEntry* entry, bool traverse) function in class:BDirectory
H A DAddOnMonitorHandler.cpp100 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp379 while (dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/preferences/sounds/
H A DHWindow.cpp409 err = dir.GetNextEntry(&entry, true);
/haiku/src/apps/terminal/
H A DPrefHandler.cpp559 while (themes->GetNextEntry(&entry) == B_OK)
/haiku/src/apps/mail/
H A DMailApp.cpp540 && directory.GetNextEntry(&entry) != B_ENTRY_NOT_FOUND) {
733 while (inChainDir.GetNextEntry (&settingsEntry, true /* traverse */) == B_OK) {
/haiku/src/system/boot/loader/
H A Dvfs.cpp772 while (directory->GetNextEntry(subCookie, name, sizeof(name)) == B_OK) {
1261 status_t error = dir->directory->GetNextEntry(dir->cookie,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp589 status_t status = iterator->GetNextEntry(&indexValue, &keyLength,
1307 Query::GetNextEntry(struct dirent* dirent, size_t size)
/haiku/src/apps/installer/
H A DWorkerThread.cpp617 while (systemDirectory.GetNextEntry(&subEntry) == B_OK) {
753 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp299 while (dir->GetNextEntry(&entry) == B_OK) {
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp795 error = directory->GetNextEntry(&entry);
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp613 while (dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/kits/mail/
H A DMailSettings.cpp327 while (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/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp378 while (directory.GetNextEntry(&entry) == B_OK) {
H A DPlaylist.cpp776 while (dir.GetNextEntry(&entry, true) == B_OK) {
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp754 virtual status_t GetNextEntry(void* _cookie, char* nameBuffer, function in struct:PackageFS::Directory
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp455 status = iterator.GetNextEntry(&data);

Completed in 136 milliseconds

12345678