Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp621 FileSpec xcode_select_cmd("/usr/bin/xcode-select"); in GetXcodeSelectPath() local
622 if (FileSystem::Instance().Exists(xcode_select_cmd)) { in GetXcodeSelectPath()