Home
last modified time | relevance | path

Searched refs:GetArtBinDir (Results 1 – 14 of 14) sorted by relevance

/art/dexopt_chroot_setup/
Ddexopt_chroot_setup_test.cc162 args.Add(GetArtBinDir() + "/art_exec") in TEST_F()
165 .Add(GetArtBinDir() + "/dex2oat" + (Is64BitInstructionSet(kRuntimeISA) ? "64" : "32")) in TEST_F()
/art/tools/dexanalyze/
Ddexanalyze_test.cc25 return GetArtBinDir() + "/dexanalyze"; in GetDexAnalyzePath()
/art/dexdump/
Ddexdump_test.cc42 std::string file_path = GetArtBinDir() + "/dexdump"; in Exec()
/art/dexlist/
Ddexlist_test.cc44 std::string file_path = GetArtBinDir() + "/dexlist"; in Exec()
/art/imgdiag/
Dimgdiag_test.cc64 std::string path = GetArtBinDir() + '/' + kImgDiagBinaryName; in GetImgDiagFilePath()
/art/libartbase/base/
Dfile_utils.h67 std::string GetArtBinDir();
Dfile_utils.cc277 std::string GetArtBinDir() { in GetArtBinDir() function
/art/test/generate-boot-image/
Dgenerate-boot-image.cc107 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable()
/art/odrefresh/
Dodrefresh_main.cc132 config->SetArtBinDir(art::GetArtBinDir()); in InitializeConfig()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc32 std::string file_path = GetArtBinDir() + "/dexoptanalyzer"; in GetDexoptAnalyzerCmd()
/art/oatdump/
Doatdump_test.h82 std::string path = GetArtBinDir() + '/' + name; in GetExecutableFilePath()
/art/tools/hiddenapi/
Dhiddenapi_test.cc34 std::string file_path = GetArtBinDir() + "/hiddenapi"; in GetHiddenApiCmd()
/art/profman/
Dprofile_assistant_test.cc163 std::string file_path = GetArtBinDir() + "/profman"; in GetProfmanCmd()
/art/runtime/
Druntime.cc1010 std::string compiler_executable = GetArtBinDir() + "/dex2oat"; in GetCompilerExecutable()