Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp951 std::string xcode_dir_path; in GetDeveloperDirectory() local
954 xcode_dir_path.append (xcode_select_prefix_dir); in GetDeveloperDirectory()
955 xcode_dir_path.append ("/usr/share/xcode-select/xcode_dir_path"); in GetDeveloperDirectory()
956 temp_file_spec.SetFile(xcode_dir_path.c_str(), false); in GetDeveloperDirectory()