Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1146 static FileSpec g_xcode_select_filespec; in GetXcodeSelectPath() local
1148 if (!g_xcode_select_filespec) { in GetXcodeSelectPath()
1165 g_xcode_select_filespec = FileSpec(command_output); in GetXcodeSelectPath()
1170 return g_xcode_select_filespec; in GetXcodeSelectPath()