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

/haiku/src/kits/debugger/files/
H A DFileManager.cpp21 // #pragma mark - EntryPath
24 struct FileManager::EntryPath { struct in class:FileManager
28 EntryPath(const char* directory, const char* name) function in struct:FileManager::EntryPath
35 EntryPath(const BString& directory, const BString& name) function in struct:FileManager::EntryPath
42 EntryPath(const LocatableEntry* entry) function in struct:FileManager::EntryPath
52 EntryPath(const EntryPath& other) function in struct:FileManager::EntryPath
65 bool operator==(const EntryPath& other) const
82 typedef EntryPath KeyType;
85 size_t HashKey(const EntryPath
[all...]
H A DFileManager.h61 struct EntryPath;
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.cpp62 inline const BString& EntryPath() const function in class:PackageEntryItem
135 if (listItem->EntryPath() == path) {

Completed in 19 milliseconds