Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp1094 platform->ResolveRemotePath(image_spec, image_spec); in DoExecute()
1100 platform->ResolveRemotePath(m_options.install_path, in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h192 virtual bool ResolveRemotePath(const FileSpec &platform_path,
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp878 bool Platform::ResolveRemotePath(const FileSpec &platform_path, in ResolveRemotePath() function in Platform