Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Target/
H A DRemoteAwarePlatformTest.cpp35 MOCK_METHOD2(ResolveRemoteExecutable,
38 Status ResolveRemoteExecutable( in ResolveRemoteExecutable() function in RemoteAwarePlatformTester
42 auto pair = ResolveRemoteExecutable(module_spec, module_search_paths_ptr); in ResolveRemoteExecutable()
82 EXPECT_CALL(platform, ResolveRemoteExecutable(_, _)) in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h928 ResolveRemoteExecutable(const ModuleSpec &module_spec,
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp803 Platform::ResolveRemoteExecutable(const ModuleSpec &module_spec, in ResolveRemoteExecutable() function in Platform
1492 return ResolveRemoteExecutable(spec, module_sp, in GetCachedExecutable()