Home
last modified time | relevance | path

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

/art/runtime/
Dprebuilt_tools_test.cc33 std::string path = GetAndroidTool(tool, isa); in CheckToolsExist()
/art/compiler/debug/dwarf/
Ddwarf_test.h89 std::string cmd = GetAndroidTool("llvm-dwarfdump"); in Objdump()
/art/compiler/utils/
Dassembler_test_base.h134 return CommonArtTest::GetAndroidTool(tool_name.c_str(), GetIsa()); in FindTool()
/art/libartbase/base/
Dcommon_art_test.h250 static std::string GetAndroidTool(const char* name, InstructionSet isa = InstructionSet::kX86_64);
Dcommon_art_test.cc323 std::string CommonArtTestImpl::GetAndroidTool(const char* name, InstructionSet) { in GetAndroidTool() function in art::CommonArtTestImpl