Home
last modified time | relevance | path

Searched refs:componentName (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp49 const BString& componentName, LocatableFile* sourceFile, in SourcePathComponentNode() argument
53 fComponentName(componentName), in SourcePathComponentNode()
/haiku/src/bin/package/
H A Dcommand_extract.cpp400 BString componentName(fileName, nextSlash - fileName); in FindFilterEntry() local
401 entry = entry->FindChild(componentName); in FindFilterEntry()