Searched refs:xcode_contents_dir (Results 1 – 2 of 2) sorted by relevance
321 std::string xcode_contents_dir =323 if (!xcode_contents_dir.empty()) {324 g_xcode_contents_path = FileSpec(xcode_contents_dir);333 std::string xcode_contents_dir =335 if (!xcode_contents_dir.empty()) {336 g_xcode_contents_path = FileSpec(xcode_contents_dir);351 std::string xcode_contents_dir =353 if (!xcode_contents_dir.empty()) {354 g_xcode_contents_path = FileSpec(xcode_contents_dir);
1165 FileSpec xcode_contents_dir = HostInfo::GetXcodeContentsDirectory(); in LocateExecutable() local1166 if (xcode_contents_dir) { in LocateExecutable()1167 FileSpec xcode_lldb_resources = xcode_contents_dir; in LocateExecutable()