Searched refs:GetNextNode (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/boot/loader/file_systems/bfs/
H A DDirectory.h33 virtual status_t GetNextNode(void *cookie, Node **_node);
H A DDirectory.cpp110 Directory::GetNextNode(void *cookie, Node **_node) function in class:BFS::Directory
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.h33 virtual status_t GetNextNode(void *cookie, Node **_node);
H A DDirectory.cpp134 Directory::GetNextNode(void *cookie, Node **_node) function in class:FFS::Directory
/haiku/src/system/boot/loader/
H A DRootFileSystem.h26 virtual status_t GetNextNode(void *cookie, Node **_node);
H A DRootFileSystem.cpp101 RootFileSystem::GetNextNode(void *_cookie, Node **_node) function in class:RootFileSystem
H A Dmenu.cpp640 while (fDirectory->GetNextNode(cookie, &node) == B_OK) {
1248 while (gRoot->GetNextNode(cookie, (Node**)&volume) == B_OK) {
1370 while (gRoot->GetNextNode(cookie, &node) == B_OK) {
H A Dvfs.cpp765 while (gRoot->GetNextNode(cookie, (Node **)&directory) == B_OK) {
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.h37 virtual status_t GetNextNode(void *cookie, Node **_node);
H A DDirectory.cpp418 Directory::GetNextNode(void *cookie, Node **_node) function in class:FATFS::Directory
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp104 while (gRoot->GetNextNode(cookie, (Node **)&directory) == B_OK) {
/haiku/headers/private/kernel/boot/
H A Dvfs.h73 virtual status_t GetNextNode(void *cookie, Node **_node) = 0;
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp119 virtual status_t GetNextNode(void* cookie, Node** _node);
428 TarFS::Directory::GetNextNode(void* _cookie, Node** _node) function in class:TarFS::Directory
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp768 virtual status_t GetNextNode(void* _cookie, Node** _node) function in struct:PackageFS::Directory

Completed in 180 milliseconds