Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1243 std::vector<std::string> path_parts; in FindBundleBinaryInExecSearchPaths() local
1244 path_parts.push_back( in FindBundleBinaryInExecSearchPaths()
1248 path_parts.push_back(part.AsCString()); in FindBundleBinaryInExecSearchPaths()
1250 const size_t path_parts_size = path_parts.size(); in FindBundleBinaryInExecSearchPaths()
1280 path_to_try.AppendPathComponent(path_parts[k]); in FindBundleBinaryInExecSearchPaths()