Home
last modified time | relevance | path

Searched refs:GetTestAndroidRoot (Results 1 – 12 of 12) sorted by relevance

/art/tools/dexanalyze/
Ddexanalyze_test.cc25 return GetTestAndroidRoot() + "/bin/dexanalyze"; in GetDexAnalyzePath()
/art/dexdump/
Ddexdump_test.cc43 std::string file_path = GetTestAndroidRoot() + "/bin/dexdump2"; in Exec()
/art/dexlist/
Ddexlist_test.cc44 std::string file_path = GetTestAndroidRoot(); in Exec()
/art/imgdiag/
Dimgdiag_test.cc64 std::string root = GetTestAndroidRoot(); in GetImgDiagFilePath()
/art/dexlayout/
Ddexdiag_test.cc43 std::string root = GetTestAndroidRoot(); in GetDexDiagFilePath()
Ddexlayout_test.cc256 return GetTestAndroidRoot() + "/bin/dexlayoutd"; in GetDexLayoutPath()
264 std::string dexdump = GetTestAndroidRoot() + "/bin/dexdump2"; in FullPlainOutputExec()
/art/libartbase/base/
Dcommon_art_test.h204 std::string GetTestAndroidRoot();
Dcommon_art_test.cc403 std::string CommonArtTestImpl::GetTestAndroidRoot() { in GetTestAndroidRoot() function in art::CommonArtTestImpl
/art/oatdump/
Doatdump_test.h75 std::string root = GetTestAndroidRoot(); in GetExecutableFilePath()
/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc28 std::string file_path = GetTestAndroidRoot(); in GetDexoptAnalyzerCmd()
/art/tools/hiddenapi/
Dhiddenapi_test.cc34 std::string file_path = GetTestAndroidRoot(); in GetHiddenApiCmd()
/art/profman/
Dprofile_assistant_test.cc201 std::string file_path = GetTestAndroidRoot(); in GetProfmanCmd()