Home
last modified time | relevance | path

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

/art/runtime/
Dexec_utils_test.cc33 std::string android_root(GetAndroidRoot()); in TEST_F()
68 std::string android_root(GetAndroidRoot()); in TEST_F()
93 std::string android_root(GetAndroidRoot()); in TEST_F()
Ddexopt_test.cc217 std::string patchoat = GetAndroidRoot(); in PreRelocateImage()
Dcommon_runtime_test.cc459 path = GetAndroidRoot(); in GetDexFileName()
480 return GetAndroidRoot(); in GetTestAndroidRoot()
Dparsed_options.cc627 std::string image = GetAndroidRoot(); in DoParse()
Druntime.cc718 std::string patchoat_executable(GetAndroidRoot()); in GetPatchoatExecutable()
727 std::string compiler_executable(GetAndroidRoot()); in GetCompilerExecutable()
Doat_file_assistant_test.cc1520 std::string system_location = GetAndroidRoot() + "/OatUpToDate.jar"; in TEST_F()
/art/runtime/base/
Dfile_utils.h34 std::string GetAndroidRoot();
Dfile_utils.cc176 std::string GetAndroidRoot() { in GetAndroidRoot() function
320 android::base::StartsWith(full_path.get(), GetAndroidRoot().c_str()); in LocationIsOnSystem()
/art/runtime/dex/
Dart_dex_file_loader_test.cc345 std::string system_location_path = GetAndroidRoot() + "/foo.jar"; in TEST_F()
373 std::string system_framework_location_path = GetAndroidRoot() + "/framework/foo.jar"; in TEST_F()
430 std::string system_multi_location_path = GetAndroidRoot() + "/multifoo.jar"; in TEST_F()
459 std::string system_framework_multi_location_path = GetAndroidRoot() + "/framework/multifoo.jar"; in TEST_F()