Searched refs:GetAndroidTool (Results 1 – 5 of 5) sorted by relevance
33 std::string path = GetAndroidTool(tool, isa); in CheckToolsExist()
90 std::string cmd = GetAndroidTool("llvm-dwarfdump"); in Objdump()
227 static std::string GetAndroidTool(const char* name, InstructionSet isa = InstructionSet::kX86_64);
382 std::string CommonArtTestImpl::GetAndroidTool(const char* name, InstructionSet) { in GetAndroidTool() function in art::CommonArtTestImpl
141 return CommonArtTest::GetAndroidTool(tool_name.c_str(), GetIsa()); in FindTool()