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

/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp119 Info* GetChild(const char* name) const function in class:BPrivate::VirtualDirectoryManager::Info
398 Info* info = parentInfo->GetChild(subDirName);
457 Info* info = parentInfo->GetChild(_entryRef.name);
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp333 Entry* GetChild(const char* name, size_t nameLength) const function in struct:BPackageKit::BHPKG::BPrivate::PackageWriterImpl::Entry
912 entry = entry->GetChild(fileName, length);
922 entry = entry->GetChild(fileName, nextSlash - fileName);
1305 Entry* entry = parent->GetChild(name, nameLength);

Completed in 27 milliseconds