HomeSort by relevance Sort by last modified time
    Searched refs:gcc_path (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
assembler_test_base.h 491 std::string gcc_path = GetRootPath() + GetGCCRootPath(); local
494 args.push_back(gcc_path);
535 std::string gcc_path = GetRootPath() + GetGCCRootPath(); local
538 args.push_back(gcc_path);
560 LOG(ERROR) << "FindToolDump: gcc_path=" << gcc_path
  /external/toolchain-utils/
remote_gcc_build.py 287 gcc_path = os.path.join(chromeos_root, 'src/third_party/gcc')
288 assert os.path.isdir(gcc_path), ('{0} is not a valid chromeos root'
292 os.chdir(gcc_path)

Completed in 199 milliseconds