Searched refs:childEntry (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/storage/mime/
H A DMimeEntryProcessor.cpp61 entry_ref childEntry;
62 while (directory.GetNextRef(&childEntry) == B_OK)
63 DoRecursively(childEntry);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp754 BEntry childEntry; local
755 while (directory.GetNextEntry(&childEntry) == B_OK)
756 _RemoveRecursively(childEntry);
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp1429 DebugInfoEntry* childEntry; local
1432 unit, abbreviationTable, childEntry, endOfEntryList, level + 1);
1437 if (childEntry != NULL) {
1439 error = entry->AddChild(childEntry);
1441 childEntry->SetParent(entry);
1448 delete childEntry;
1452 delete childEntry;

Completed in 69 milliseconds