Searched refs:GetNextEntry (Results 76 - 100 of 179) sorted by last modified time

12345678

/haiku/src/kits/midi/
H A DSoftSynth.cpp142 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTAddOn.cpp111 while(dir.GetNextEntry(&ent) == B_OK) {
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp194 while (root.GetNextEntry(&entry) == B_OK) {
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp279 while (cddaRoot.GetNextEntry(&entry) == B_OK) {
/haiku/src/kits/storage/mime/
H A DDatabase.cpp169 while (directory.GetNextEntry(&subEntry) == B_OK) {
H A DSnifferRules.cpp342 err = root.GetNextEntry(&entry);
364 err = dir.GetNextEntry(&subEntry);
/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/file_systems/packagefs/
H A Dpackagefs.cpp754 virtual status_t GetNextEntry(void* _cookie, char* nameBuffer, function in struct:PackageFS::Directory
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp546 while (dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h407 status_t GetNextEntry(void* key, uint16* keyLength,
531 TreeIterator::GetNextEntry(void* key, uint16* keyLength, uint16 maxLength, function in class:BFS::TreeIterator
H A DFileSystemVisitor.cpp104 status_t status = fIterator->GetNextEntry(treeName, &length,
/haiku/src/apps/installer/
H A DCopyEngine.cpp155 while (directory.GetNextEntry(&subEntry) == B_OK) {
291 while (srcFolder.GetNextEntry(&entry) == B_OK) {
392 while (sourceDirectory.GetNextEntry(&entry) == B_OK) {
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp524 while(dir.GetNextEntry(&file) == B_OK) {
552 while(dir.GetNextEntry(&file) == B_OK) {
/haiku/src/bin/
H A Dreindex.cpp174 while (dir.GetNextEntry(&entryIterator, false) == B_OK) {
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp378 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/system/boot/loader/
H A Dloader.cpp160 while (modules->GetNextEntry(cookie, name, sizeof(name)) == B_OK) {
H A Dload_driver_settings.cpp100 while (settings->GetNextEntry(cookie, name, sizeof(name)) == B_OK) {
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp810 while (dir.GetNextEntry(&entry, true) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h289 status_t GetNextEntry(void** _value,
335 TreeIterator::GetNextEntry(void** _value, uint32* _size, uint32* _offset) function in class:TreeIterator
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DEntryIterator.cpp106 error = fDirectory->GetNextEntry(&fEntry);
H A DDirectory.h48 status_t GetNextEntry(Entry **entry) const;
H A DDirectory.cpp253 while (GetNextEntry(&entry) == B_OK) {
310 // GetNextEntry
312 Directory::GetNextEntry(Entry **entry) const function in class:Directory
335 while (GetNextEntry(&entry) == B_OK)
/haiku/src/kits/package/
H A DPackageRoster.cpp388 while (directory.GetNextEntry(&entry, true) == B_OK) {
/haiku/src/preferences/printers/
H A DPrinterListView.cpp73 while(dir.GetNextEntry(&entry) == B_OK) {
H A DAddPrinterDialog.cpp312 while (dir.GetNextEntry(&entry, true) == B_OK) {

Completed in 239 milliseconds

12345678