Searched refs:subCookie (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp109 void *subCookie; local
110 if (directory->Open(&subCookie, O_RDONLY) == B_OK) {
111 while (directory->GetNextEntry(subCookie, name, sizeof(name)) == B_OK) {
114 directory->Close(subCookie);
/haiku/src/system/boot/loader/
H A Dvfs.cpp770 void *subCookie;
771 if (directory->Open(&subCookie, O_RDONLY) == B_OK) {
772 while (directory->GetNextEntry(subCookie, name, sizeof(name)) == B_OK) {
775 directory->Close(subCookie);

Completed in 97 milliseconds