Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1264 FileSpec command_line_tools_path(GetXcodeSelectPath()); in GetCommandLineToolsLibraryPath() local
1265 command_line_tools_path.AppendPathComponent("Library"); in GetCommandLineToolsLibraryPath()
1266 if (FileSystem::Instance().Exists(command_line_tools_path)) { in GetCommandLineToolsLibraryPath()
1267 g_command_line_tools_filespec = command_line_tools_path; in GetCommandLineToolsLibraryPath()