Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp733 FileSpec command_line_tools_path(GetXcodeSelectPath()); in GetCommandLineToolsLibraryPath() local
734 command_line_tools_path.AppendPathComponent("Library"); in GetCommandLineToolsLibraryPath()
735 if (FileSystem::Instance().Exists(command_line_tools_path)) { in GetCommandLineToolsLibraryPath()
736 g_command_line_tools_filespec = command_line_tools_path; in GetCommandLineToolsLibraryPath()