GetNextNode
virtual status_t GetNextNode(void *cookie, Node **_node) = 0;
virtual status_t GetNextNode(void *cookie, Node **_node);
virtual status_t GetNextNode(void *cookie, Node **_node);
virtual status_t GetNextNode(void *cookie, Node **_node);
virtual status_t GetNextNode(void *cookie, Node **_node);
virtual status_t GetNextNode(void* cookie, Node** _node);
while (gRoot->GetNextNode(cookie, (Node**)&volume) == B_OK) {
while (gRoot->GetNextNode(cookie, &node) == B_OK) {
while (fDirectory->GetNextNode(cookie, &node) == B_OK) {
while (gRoot->GetNextNode(cookie, (Node **)&directory) == B_OK) {
while (gRoot->GetNextNode(cookie, (Node **)&directory) == B_OK) {