Home
last modified time | relevance | path

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

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