Searched refs:xcode_contents_dir (Results 1 – 2 of 2) sorted by relevance
325 std::string xcode_contents_dir =327 if (!xcode_contents_dir.empty()) {328 g_xcode_contents_path = FileSpec(xcode_contents_dir);337 std::string xcode_contents_dir =339 if (!xcode_contents_dir.empty()) {340 g_xcode_contents_path = FileSpec(xcode_contents_dir);348 std::string xcode_contents_dir =350 if (!xcode_contents_dir.empty()) {351 g_xcode_contents_path = FileSpec(xcode_contents_dir);
1666 FileSpec xcode_contents_dir = HostInfo::GetXcodeContentsDirectory(); in LocateExecutable() local1667 if (xcode_contents_dir) { in LocateExecutable()1668 FileSpec xcode_lldb_resources = xcode_contents_dir; in LocateExecutable()