Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1768 FileSpec path_to_try(module_search_paths_ptr->GetFileSpecAtIndex(i)); in FindBundleBinaryInExecSearchPaths() local
1782 path_to_try.AppendPathComponent(path_parts[k]); in FindBundleBinaryInExecSearchPaths()
1785 if (FileSystem::Instance().Exists(path_to_try)) { in FindBundleBinaryInExecSearchPaths()
1787 new_module_spec.GetFileSpec() = path_to_try; in FindBundleBinaryInExecSearchPaths()
1793 module_sp->SetPlatformFileSpec(path_to_try); in FindBundleBinaryInExecSearchPaths()