Home
last modified time | relevance | path

Searched refs:GetAndroidRoot (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dexec_utils_test.cc33 std::string android_root(GetAndroidRoot()); in TEST_F()
66 std::string android_root(GetAndroidRoot()); in TEST_F()
90 std::string android_root(GetAndroidRoot()); in TEST_F()
Dhidden_api_test.cc486 std::string system_location_path = GetAndroidRoot() + "/foo.jar"; in TEST_F()
509 std::string system_framework_location_path = GetAndroidRoot() + "/framework/foo.jar"; in TEST_F()
561 std::string system_multi_location_path = GetAndroidRoot() + "/multifoo.jar"; in TEST_F()
586 std::string system_framework_multi_location_path = GetAndroidRoot() + "/framework/multifoo.jar"; in TEST_F()
Dparsed_options.cc636 std::string image = GetDefaultBootImageLocation(GetAndroidRoot()); in DoParse()
Doat_file_assistant_test.cc1437 std::string dex_location = GetAndroidRoot() + "/framework/" + filebase + ".jar"; in TEST_F()
1440 std::string odex_dir = GetAndroidRoot() + "/framework/oat/"; in TEST_F()
Druntime.cc787 std::string compiler_executable(GetAndroidRoot()); in GetCompilerExecutable()
/art/libartbase/base/
Dfile_utils.h33 std::string GetAndroidRoot();
Dfile_utils.cc140 std::string GetAndroidRoot() { in GetAndroidRoot() function
388 android::base::StartsWith(full_path.get(), GetAndroidRoot().c_str()); in LocationIsOnSystem()
Dcommon_art_test.cc331 path = GetAndroidRoot(); in GetDexFileName()
409 return GetAndroidRoot(); in GetTestAndroidRoot()