Searched refs:GetNextEntry (Results 26 - 50 of 179) sorted by last modified time

12345678

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.h41 status_t GetNextEntry(struct dirent* entry, size_t size);
H A DQuery.cpp27 status_t GetNextEntry(uint8 *buffer, size_t *keyLength, Entry **entry);
75 IndexIterator::GetNextEntry(uint8 *buffer, size_t *_keyLength, Entry **_entry) function in class:IndexIterator
220 return indexIterator->GetNextEntry((uint8*)value, _valueLength, _entry);
327 Query::GetNextEntry(struct dirent* entry, size_t size) function in class:Query
329 return fImpl->GetNextEntry(entry, size);
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp376 err = GetNextEntry(c);
402 Directory::GetNextEntry(void *cookie, char *name, size_t size) function in class:FATFS::Directory
408 err = GetNextEntry(cookie);
444 if (GetNextEntry(c) == B_OK)
552 Directory::GetNextEntry(void *cookie, uint8 mask, uint8 match) function in class:FATFS::Directory
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1448 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp1639 status_t err = rootDir.GetNextEntry(&superEntry);
1667 status_t err = superDir.GetNextEntry(&subEntry);
1719 status_t err = rootDir.GetNextEntry(&superEntry);
1757 status_t err = superDir.GetNextEntry(&subEntry);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp334 while ((status = iterator.GetNextEntry(key, &length, B_FILE_NAME_LENGTH,
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp400 status = fAttributes->GetNextEntry(name, &run);
1130 Directory::GetNextEntry(char *name, block_run *run) function in class:Directory
1141 if ((status = fTree->GetNextEntry(name, &length, B_FILE_NAME_LENGTH - 1,
1152 Directory::GetNextEntry(block_run *run) function in class:Directory
1156 return GetNextEntry(name, run);
1171 while (GetNextEntry(&searchRun) == B_OK) {
/haiku/src/bin/bfs_tools/
H A Drecover.cpp95 status_t GetNextEntry(Inode **_inode) function in class:InodeHashtable
97 status_t status = fHashtable.GetNextEntry((void**)_inode);
358 while (dir->GetNextEntry(name, &run) == B_OK) {
621 while (directory->GetNextEntry(name, &run) >= B_OK) {
651 while (gMissing.GetNextEntry(&node) == B_OK) {
665 while (dir->GetNextEntry(name, &run) == B_OK) {
677 while (tree->GetNextEntry(name, &length, B_FILE_NAME_LENGTH,
720 while (gMissing.GetNextEntry(&node) == B_OK) {
H A Dchkindex.cpp98 while (directory->GetNextEntry(name,&run) >= B_OK)
151 while (tree.GetNextEntry(name,&length,B_FILE_NAME_LENGTH,&offset) == B_OK)
201 while (gHashtable.GetNextEntry((void **)&run) == B_OK)
297 while (parentTree->GetNextEntry(name,&length,B_FILE_NAME_LENGTH,&offset) == B_OK)
336 while (tree.GetNextEntry(name,&length,B_FILE_NAME_LENGTH,&offset) == B_OK)
510 while (indices->GetNextEntry(name,&run) >= B_OK)
H A Dbfswhich.cpp152 while (directory->GetNextEntry(name, &run) == B_OK) {
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp2703 while (B_OK == d.GetNextEntry(&e, false)) {
2729 while (B_OK == d.GetNextEntry(&e, false)) {
/haiku/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp468 status_t status = iterator->GetNextEntry(dirent->d_name, &nameLength, &id);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp1747 status_t status = iterator->GetNextEntry(dirent->d_name, &length,
2326 status_t status = query->GetNextEntry(dirent, bufferSize);
/haiku/src/apps/mail/
H A DPrefs.cpp720 while (query.GetNextEntry(&entry) == B_NO_ERROR) {
H A DStatus.cpp193 if (query.GetNextEntry(&entry) == B_NO_ERROR)
/haiku/src/kits/device/
H A DSerialPort.cpp37 while (dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/servers/mail/
H A DDeskbarView.cpp170 while (newMailQuery->GetNextEntry(&entry) == B_OK) {
H A DMailDaemonApplication.cpp526 while (query.GetNextEntry(&entry) == B_OK) {
812 while (query->GetNextEntry(&entry) == B_OK) {
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp795 while (dir.GetNextEntry(&entry) == B_OK) {
/haiku/src/servers/net/
H A DNetServer.cpp710 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/preferences/network/
H A DNetworkWindow.cpp286 while (dir.GetNextEntry(&entry) >= 0) {
379 while (directory.GetNextEntry(&entry) == B_OK) {
/haiku/src/apps/terminal/
H A DPrefHandler.cpp559 while (themes->GetNextEntry(&entry) == B_OK)
/haiku/src/kits/network/libnetservices/
H A DFileRequest.cpp150 while (!fQuit && directory.GetNextEntry(&entry) != B_ENTRY_NOT_FOUND) {
/haiku/src/preferences/sounds/
H A DHWindow.cpp409 err = dir.GetNextEntry(&entry, true);
/haiku/src/apps/installer/
H A DWorkerThread.cpp617 while (systemDirectory.GetNextEntry(&subEntry) == B_OK) {
753 while (directory.GetNextEntry(&entry) == B_OK) {

Completed in 166 milliseconds

12345678