Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp618 static FileSpec g_xcode_select_filespec; in GetXcodeSelectPath() local
620 if (!g_xcode_select_filespec) { in GetXcodeSelectPath()
637 g_xcode_select_filespec = FileSpec(command_output); in GetXcodeSelectPath()
642 return g_xcode_select_filespec; in GetXcodeSelectPath()