Searched refs:GetArtBinDir (Results 1 – 13 of 13) sorted by relevance
25 return GetArtBinDir() + "/dexanalyze"; in GetDexAnalyzePath()
42 std::string file_path = GetArtBinDir() + "/dexdump"; in Exec()
44 std::string file_path = GetArtBinDir() + "/dexlist"; in Exec()
58 std::string GetArtBinDir();
255 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()
28 std::string file_path = GetArtBinDir() + "/dexoptanalyzer"; in GetDexoptAnalyzerCmd()
75 std::string path = GetArtBinDir() + '/' + name; in GetExecutableFilePath()
34 std::string file_path = GetArtBinDir() + "/hiddenapi"; in GetHiddenApiCmd()
185 std::string file_path = GetArtBinDir() + "/profman"; in GetProfmanCmd()
817 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable()