Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1261 static FileSpec g_command_line_tools_filespec; in GetCommandLineToolsLibraryPath() local
1263 if (!g_command_line_tools_filespec) { in GetCommandLineToolsLibraryPath()
1267 g_command_line_tools_filespec = command_line_tools_path; in GetCommandLineToolsLibraryPath()
1271 return g_command_line_tools_filespec; in GetCommandLineToolsLibraryPath()