Searched refs:GetNextEntry (Results 151 - 175 of 179) sorted by last modified time

12345678

/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/tests/kits/mail/
H A Dheader_test.cpp174 while (directory.GetNextEntry(&entry, false) == B_OK) {
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp98 while ((status = query.GetNextEntry(&entry)) == B_OK) {
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp111 while (directory->GetNextEntry(subCookie, name, sizeof(name)) == B_OK) {
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp253 while (query.GetNextEntry(&entry) == B_OK) {
/haiku/src/servers/input/
H A DInputServerDevice.cpp167 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/kits/device/
H A DJoystickTweaker.cpp98 while (root.GetNextEntry(&entry) == B_OK) {
H A DUSBRoster.cpp75 while(directory.GetNextEntry(&entry) >= B_OK) {
/haiku/src/kits/package/
H A DTempfileManager.cpp35 while (fBaseDirectory.GetNextEntry(&entry) == B_OK)
/haiku/src/kits/print/
H A DPrinterRoster.cpp70 status = fUserPrintersDirectory.GetNextEntry(&entry);
94 while (dir.GetNextEntry(&entry) == B_OK) {
119 while (dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/kits/shared/
H A DQueryFile.cpp242 BQueryFile::GetNextEntry(BEntry* entry, bool traverse) function in class:BQueryFile
256 status = fQuery.GetNextEntry(entry, traverse);
/haiku/src/bin/
H A Dquery.cpp83 while (query.GetNextEntry(&entry) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.h52 status_t GetNextEntry(struct dirent* , size_t size);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.cpp253 fCurrentEntry = fDirectory->GetNextEntry(fCurrentEntry);
489 // GetNextEntry
491 ShareDir::GetNextEntry(ShareDirEntry* entry) const function in class:ShareDir
H A DShareNode.h164 ShareDirEntry* GetNextEntry(ShareDirEntry* entry) const;
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/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);
H A DDirectory.h23 Entry* GetNextEntry(Entry* entry) const;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h58 status_t GetNextEntry(char *name, uint32 *length,
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp242 while(root.GetNextEntry(&entry) > B_ERROR) {
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVAddOn.cpp134 while (dir.GetNextEntry(&ent) == B_OK) {
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp359 while (root.GetNextEntry(&entry) > B_ERROR) {
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp397 while( root.GetNextEntry( &entry ) > B_ERROR ) {
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.cpp96 while((status = directory.GetNextEntry(&entry)) == B_OK){

Completed in 107 milliseconds

12345678