Searched refs:GetArtBinDir (Results 1 – 14 of 14) sorted by relevance
162 args.Add(GetArtBinDir() + "/art_exec") in TEST_F()165 .Add(GetArtBinDir() + "/dex2oat" + (Is64BitInstructionSet(kRuntimeISA) ? "64" : "32")) in TEST_F()
25 return GetArtBinDir() + "/dexanalyze"; in GetDexAnalyzePath()
42 std::string file_path = GetArtBinDir() + "/dexdump"; in Exec()
44 std::string file_path = GetArtBinDir() + "/dexlist"; in Exec()
64 std::string path = GetArtBinDir() + '/' + kImgDiagBinaryName; in GetImgDiagFilePath()
67 std::string GetArtBinDir();
277 std::string GetArtBinDir() { in GetArtBinDir() function
107 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable()
132 config->SetArtBinDir(art::GetArtBinDir()); in InitializeConfig()
32 std::string file_path = GetArtBinDir() + "/dexoptanalyzer"; in GetDexoptAnalyzerCmd()
82 std::string path = GetArtBinDir() + '/' + name; in GetExecutableFilePath()
34 std::string file_path = GetArtBinDir() + "/hiddenapi"; in GetHiddenApiCmd()
163 std::string file_path = GetArtBinDir() + "/profman"; in GetProfmanCmd()
1010 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable()