Home
last modified time | relevance | path

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

/haiku/headers/private/debug/
H A DTeamDebugger.h36 static status_t _FindProgram(const char* programName,
/haiku/src/kits/debug/
H A DTeamDebugger.cpp130 status_t error = _FindProgram(args[0], programPath); in _LoadProgram()
165 BTeamDebugger::_FindProgram(const char* programName, BPath& resolvedPath) in _FindProgram() function in BTeamDebugger