Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp136 std::string sdkroot_path = in GetFileInSDK() local
140 if (!sdkroot_path.empty() && platform_file_path && platform_file_path[0]) { in GetFileInSDK()
147 local_file.SetFile(sdkroot_path, FileSpec::Style::native); in GetFileInSDK()
154 platform_file_path, sdkroot_path.c_str(), paths_to_try[i]); in GetFileInSDK()