Searched refs:GetArtBinDir (Results 1 – 13 of 13) sorted by relevance
25 return GetArtBinDir() + "/dexanalyze"; in GetDexAnalyzePath()
44 std::string file_path = GetArtBinDir() + "/dexlist"; in Exec()
42 std::string file_path = GetArtBinDir() + "/dexdump"; in Exec()
54 std::string GetArtBinDir();
254 std::string GetArtBinDir() { in GetArtBinDir() function
64 std::string path = GetArtBinDir() + '/' + kImgDiagBinaryName; in GetImgDiagFilePath()
42 std::string path = GetArtBinDir() + '/' + kDexDiagBinaryName; in GetDexDiagFilePath()
256 return GetArtBinDir() + "/dexlayoutd"; in GetDexLayoutPath()263 std::string dexdump = GetArtBinDir() + "/dexdump"; in FullPlainOutputExec()
75 std::string path = GetArtBinDir() + '/' + name; in GetExecutableFilePath()
28 std::string file_path = GetArtBinDir() + "/dexoptanalyzer"; in GetDexoptAnalyzerCmd()
34 std::string file_path = GetArtBinDir() + "/hiddenapi"; in GetHiddenApiCmd()
185 std::string file_path = GetArtBinDir() + "/profman"; in GetProfmanCmd()
818 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable()