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

/haiku/src/kits/debugger/files/
H A DFileManager.cpp164 BString locatedDirectoryPath; local
165 if (directory->GetLocatedPath(locatedDirectoryPath))
166 _LocateEntryInParentDir(file, locatedDirectoryPath, true);
260 const BString& locatedDirectoryPath, bool implicit)
263 BString locatedEntryPath(locatedDirectoryPath);
371 BString locatedDirectoryPath; local
372 if (parentDirectory->GetLocatedPath(locatedDirectoryPath))
373 _LocateEntryInParentDir(directory, locatedDirectoryPath, true);
259 _LocateEntryInParentDir(LocatableEntry* entry, const BString& locatedDirectoryPath, bool implicit) argument

Completed in 157 milliseconds