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

/haiku/headers/private/debugger/files/
H A DLocatableDirectory.h23 virtual bool GetLocatedPath(BString& _path) const;
H A DLocatableEntry.h49 virtual bool GetLocatedPath(BString& _path) const = 0;
H A DLocatableFile.h27 virtual bool GetLocatedPath(BString& _path) const;
/haiku/src/kits/debugger/files/
H A DLocatableFile.cpp51 LocatableFile::GetLocatedPath(BString& _path) const function in class:LocatableFile
60 if (!fParent->GetLocatedPath(_path))
H A DLocatableDirectory.cpp51 LocatableDirectory::GetLocatedPath(BString& _path) const function in class:LocatableDirectory
H A DFileManager.cpp165 if (directory->GetLocatedPath(locatedDirectoryPath))
286 if (subDir->GetLocatedPath(locatedEntryPath))
372 if (parentDirectory->GetLocatedPath(locatedDirectoryPath))
689 if (!file->GetLocatedPath(path)) {
692 || !file->GetLocatedPath(path)) {
/haiku/src/kits/debugger/debug_info/
H A DFunction.cpp117 if (file->GetLocatedPath(locatedPath) && locatedPath != path) {
H A DDwarfTeamDebugInfo.cpp72 if (imageFile == NULL || !imageFile->GetLocatedPath(filePath))
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1936 code->GetSourceFile()->GetLocatedPath(sourcePath);
2106 file->GetLocatedPath(sourcePath);
H A DTeamWindow.cpp1724 if (sourceFile != NULL && !sourceFile->GetLocatedPath(sourceText))

Completed in 77 milliseconds