Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h491 std::string gcc_path = GetRootPath() + GetGCCRootPath(); in FindTool() local
494 args.push_back(gcc_path); in FindTool()
535 std::string gcc_path = GetRootPath() + GetGCCRootPath(); in FindToolDumpPrintout() local
538 args.push_back(gcc_path); in FindToolDumpPrintout()
560 LOG(ERROR) << "FindToolDump: gcc_path=" << gcc_path in FindToolDumpPrintout()