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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp306 BStringList pathComponents; local
345 pathComponents.MakeEmpty();
347 pathComponents.Add(sourcePath);
350 pathComponents)) {
356 if (!_AddFunctionByPath(pathComponents, instance, currentFile,
448 BStringList pathComponents; local
449 if (!_GetSourcePathComponents(sourceFile, pathComponents))
452 for (int32 i = 0; i < pathComponents.CountStrings(); i++) {
453 BString component = pathComponents.StringAt(i);
516 BStringList& pathComponents)
515 _GetSourcePathComponents(LocatableFile* currentFile, BStringList& pathComponents) argument
543 _AddFunctionByPath(const BStringList& pathComponents, FunctionInstance* function, LocatableFile* file, RegExp::MatchResult& pathMatch, RegExp::MatchResult& functionMatch) argument
[all...]

Completed in 88 milliseconds