Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp619 static FileSpec g_xcode_select_filespec; in GetXcodeSelectPath() local
621 if (!g_xcode_select_filespec) { in GetXcodeSelectPath()
638 g_xcode_select_filespec = FileSpec(command_output); in GetXcodeSelectPath()
643 return g_xcode_select_filespec; in GetXcodeSelectPath()