Home
last modified time | relevance | path

Searched refs:LocateExecutable (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h87 lldb_private::FileSpec LocateExecutable(const char *basename) override;
DPlatformDarwin.cpp1655 lldb_private::FileSpec PlatformDarwin::LocateExecutable(const char *basename) { in LocateExecutable() function in PlatformDarwin
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h742 virtual FileSpec LocateExecutable(const char *basename) { return FileSpec(); } in LocateExecutable() function
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp949 platform->LocateExecutable(DEBUGSERVER_BASENAME); in StartDebugserverProcess()