Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h73 std::string asm_tool = FindTool(assembler_cmd_name_); in CheckTools() local
74 if (!FileExists(asm_tool)) { in CheckTools()
76 LOG(ERROR) << "FindTool returned " << asm_tool; in CheckTools()