Symbol: EntryPath
src/apps/haikudepot/ui/PackageContentsView.cpp
136
if (listItem->EntryPath() == path) {
src/kits/debugger/files/FileManager.cpp
178
LocatableEntry* entry = _LookupEntry(EntryPath(directory, name));
src/kits/debugger/files/FileManager.cpp
199
if (fEntries.Lookup(EntryPath(entry)) == entry)
src/kits/debugger/files/FileManager.cpp
27
EntryPath(const char* directory, const char* name)
src/kits/debugger/files/FileManager.cpp
298
LocatableEntry* entry = _LookupEntry(EntryPath(normalizedDirPath, name));
src/kits/debugger/files/FileManager.cpp
337
= _LookupEntry(EntryPath(directoryPath, fileName));
src/kits/debugger/files/FileManager.cpp
34
EntryPath(const BString& directory, const BString& name)
src/kits/debugger/files/FileManager.cpp
382
LocatableEntry* _LookupEntry(const EntryPath& entryPath)
src/kits/debugger/files/FileManager.cpp
41
EntryPath(const LocatableEntry* entry)
src/kits/debugger/files/FileManager.cpp
51
EntryPath(const EntryPath& other)
src/kits/debugger/files/FileManager.cpp
64
bool operator==(const EntryPath& other) const
src/kits/debugger/files/FileManager.cpp
81
typedef EntryPath KeyType;
src/kits/debugger/files/FileManager.cpp
84
size_t HashKey(const EntryPath& key) const
src/kits/debugger/files/FileManager.cpp
91
return HashKey(EntryPath(value));
src/kits/debugger/files/FileManager.cpp
94
bool Compare(const EntryPath& key, const LocatableEntry* value) const
src/kits/debugger/files/FileManager.cpp
96
return EntryPath(value) == key;
src/kits/debugger/files/FileManager.h
61
struct EntryPath;