LookupEntry
status_t LookupEntry(EntryVisitor* visitor);
iterator.LookupEntry(this);
virtual TarFS::Entry* LookupEntry(const char* name);
TarFS::Entry* entry = LookupEntry(name);
Entry* entry = LookupEntry(dirName);
return entryTree.LookupEntry(name, _blockIndex);
status_t LookupEntry(const char* name,
status_t LookupEntry(const char* name,
status_t error = directory->LookupEntry(name, blockIndex);
status_t error = fromDirectory->LookupEntry(fromName, blockIndex);
error = fromDirectory->LookupEntry(fromName, blockIndex);
error = attributeDirectory->LookupEntry(name, blockIndex);
error = attributeDirectory->LookupEntry(name, blockIndex);
status_t error = directory->LookupEntry(name, blockIndex);
error = directory->LookupEntry(name, blockIndex);
error = directory->LookupEntry(name, blockIndex);