Searched refs:locatedPath (Results 1 - 10 of 10) sorted by path

/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h81 const char* locatedPath);
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h113 const char* locatedPath) = 0;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.h206 locatedPath);
H A DTeamWindow.cpp622 entry_ref locatedPath; local
623 if (message->FindRef("refs", &locatedPath) != B_OK)
626 _HandleResolveMissingSourceFile(locatedPath);
1986 TeamWindow::_HandleResolveMissingSourceFile(entry_ref& locatedPath) argument
1999 BPath targetFilePath(&locatedPath);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp981 const char* locatedPath)
984 fFileManager->SourceEntryLocated(sourcePath, locatedPath);
980 SourceEntryLocateRequested(const char* sourcePath, const char* locatedPath) argument
/haiku/src/kits/debugger/debug_info/
H A DFunction.cpp114 BString locatedPath; local
117 if (file->GetLocatedPath(locatedPath) && locatedPath != path) {
/haiku/src/kits/debugger/files/
H A DFileManager.cpp173 void EntryLocated(const BString& path, const BString& locatedPath) argument
183 _LocateEntry(entry, locatedPath, false, true);
209 const BString& locatedPath, bool implicit)
216 if (!_LocateEntry(directory, locatedPath, implicit, true))
219 _LocateEntries(directory, locatedPath, implicit);
224 bool _LocateEntry(LocatableEntry* entry, const BString& locatedPath, argument
231 if (stat(locatedPath, &st) != 0)
239 entry->SetLocatedPath(locatedPath, implicit);
244 entry->SetLocatedPath(locatedPath, implicit);
251 _SplitPath(locatedPath, locatedDirector
208 _LocateDirectory(LocatableDirectory* directory, const BString& locatedPath, bool implicit) argument
272 _LocateEntries(LocatableDirectory* directory, const BString& locatedPath, bool implicit) argument
626 TargetEntryLocated(const BString& path, const BString& locatedPath) argument
656 SourceEntryLocated(const BString& path, const BString& locatedPath) argument
737 BString locatedPath; local
[all...]
H A DFileManager.h41 const BString& locatedPath);
49 const BString& locatedPath);
/haiku/src/kits/debugger/settings/
H A DTeamFileManagerSettings.cpp76 const BString& locatedPath)
80 || mapping.AddString("source:locatedpath", locatedPath) != B_OK
98 BString& locatedPath)
109 return mapping.FindString("source:locatedpath", &locatedPath);
75 AddSourceMapping(const BString& sourcePath, const BString& locatedPath) argument
97 GetSourceMappingAt(int32 index, BString& sourcePath, BString& locatedPath) argument
H A DTeamFileManagerSettings.h27 const BString& locatedPath);
30 BString& sourcePath, BString& locatedPath);

Completed in 60 milliseconds