Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1235 FileSpec path_to_try(module_search_paths_ptr->GetFileSpecAtIndex(i)); in FindBundleBinaryInExecSearchPaths() local
1249 path_to_try.AppendPathComponent(path_parts[k]); in FindBundleBinaryInExecSearchPaths()
1252 if (FileSystem::Instance().Exists(path_to_try)) { in FindBundleBinaryInExecSearchPaths()
1254 new_module_spec.GetFileSpec() = path_to_try; in FindBundleBinaryInExecSearchPaths()
1260 module_sp->SetPlatformFileSpec(path_to_try); in FindBundleBinaryInExecSearchPaths()