Searched refs:GetNextRef (Results 1 - 25 of 77) sorted by path

1234

/haiku/headers/build/private/storage/
H A DMergedDirectory.h44 virtual status_t GetNextRef(entry_ref* ref);
/haiku/headers/os/be_apps/Tracker/
H A DRecentItems.h76 virtual status_t GetNextRef(entry_ref *);
124 virtual status_t GetNextRef(entry_ref *);
160 virtual status_t GetNextRef(entry_ref *);
190 virtual status_t GetNextRef(entry_ref *);
/haiku/headers/os/media/
H A DMediaFiles.h26 virtual status_t GetNextRef(BString* _type,
/haiku/headers/os/storage/
H A DDirectory.h50 virtual status_t GetNextRef(entry_ref *ref);
H A DEntryList.h29 virtual status_t GetNextRef(entry_ref* ref) = 0;
H A DQuery.h79 virtual status_t GetNextRef(entry_ref* ref);
/haiku/headers/private/shared/
H A DQueryFile.h46 virtual status_t GetNextRef(entry_ref* ref);
/haiku/headers/private/storage/
H A DMergedDirectory.h44 virtual status_t GetNextRef(entry_ref* ref);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp517 while (fido.GetNextRef(&entry) == B_OK) {
/haiku/src/add-ons/print/transports/serial_port/
H A DSerialTransport.cpp137 while (dir.GetNextRef(&ref) == B_OK)
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp183 if (dir.InitCheck() != B_OK || dir.GetNextRef(&fCurrentRef) != B_OK)
412 while (parent.GetNextRef(&entry) == B_OK) {
/haiku/src/add-ons/tracker/mark_as/
H A DMarkAs.cpp63 while (directory.GetNextRef(&ref) == B_OK) {
/haiku/src/apps/expander/
H A DExpanderRules.cpp139 while (directory.GetNextRef(&entry) == B_OK) {
/haiku/src/apps/mail/
H A DQueryList.cpp238 while (!fQuit && query->GetNextRef(&ref) == B_OK) {
H A DQueryMenu.cpp266 while (query->GetNextRef(&ref) == B_OK && !fCancelQuery)
/haiku/src/apps/musiccollection/
H A DQueryMonitor.cpp84 if (query->GetNextRef(&entry) != B_OK) {
/haiku/src/apps/resedit/
H A DResourceRoster.cpp123 while (dir.GetNextRef(&ref) == B_OK) {
/haiku/src/apps/showimage/
H A DImageFileNavigator.cpp325 status_t status = fFolder.GetNextRef(ref);
/haiku/src/bin/
H A Dtrash.cpp141 while (trashDir.GetNextRef(&er) == B_OK) {
/haiku/src/kits/media/
H A DMediaFiles.cpp122 BMediaFiles::GetNextRef(BString* _type, entry_ref* _ref) function in class:BMediaFiles
/haiku/src/kits/shared/
H A DQueryFile.cpp269 BQueryFile::GetNextRef(entry_ref* ref) function in class:BQueryFile
283 status = fQuery.GetNextRef(ref);
/haiku/src/kits/storage/
H A DPathMonitor.cpp1706 while (directory.GetNextRef(&entryRef) == B_OK) {
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp294 while (directory.GetNextRef(&ref) == B_OK) {
/haiku/src/kits/storage/mime/
H A DMimeEntryProcessor.cpp62 while (directory.GetNextRef(&childEntry) == B_OK)
/haiku/src/kits/tracker/
H A DEntryIterator.h61 virtual status_t GetNextRef(entry_ref* ref) = 0;
83 virtual status_t GetNextRef(entry_ref* ref);
114 virtual status_t GetNextRef(entry_ref* ref);
147 virtual status_t GetNextRef(entry_ref* ref);
184 virtual status_t GetNextRef(entry_ref* ref);

Completed in 358 milliseconds

1234