Home
last modified time | relevance | path

Searched refs:ResolveLibraryPath (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/android/
H A DHostInfoAndroid.h21 static FileSpec ResolveLibraryPath(const std::string &path,
/openbsd-src/gnu/llvm/lldb/source/Host/android/
H A DHostInfoAndroid.cpp34 FileSpec HostInfoAndroid::ResolveLibraryPath(const std::string &module_path, in ResolveLibraryPath() function in HostInfoAndroid
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1311 return HostInfoAndroid::ResolveLibraryPath(module_path, arch); in FindModuleFile()