Searched refs:xcode_contents_dir (Results 1 – 2 of 2) sorted by relevance
322 std::string xcode_contents_dir =324 if (!xcode_contents_dir.empty()) {325 g_xcode_contents_path = FileSpec(xcode_contents_dir);334 std::string xcode_contents_dir =336 if (!xcode_contents_dir.empty()) {337 g_xcode_contents_path = FileSpec(xcode_contents_dir);345 std::string xcode_contents_dir =347 if (!xcode_contents_dir.empty()) {348 g_xcode_contents_path = FileSpec(xcode_contents_dir);
1133 FileSpec xcode_contents_dir = HostInfo::GetXcodeContentsDirectory(); in LocateExecutable() local1134 if (xcode_contents_dir) { in LocateExecutable()1135 FileSpec xcode_lldb_resources = xcode_contents_dir; in LocateExecutable()