Home
last modified time | relevance | path

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

/art/runtime/
Dexec_utils_test.cc34 std::string android_root(GetAndroidRoot()); in TEST_F()
67 std::string android_root(GetAndroidRoot()); in TEST_F()
91 std::string android_root(GetAndroidRoot()); in TEST_F()
109 command.push_back(GetAndroidRoot() + "/bin/sleep"); in SleepCommand()
Dhidden_api_test.cc648 std::string system_location_path = GetAndroidRoot() + "/foo.jar"; in TEST_F()
664 std::filesystem::create_directory(GetAndroidRoot() + "/system_ext"); in TEST_F()
665 std::string system_ext_location_path = GetAndroidRoot() + "/system_ext/foo.jar"; in TEST_F()
672 std::filesystem::create_directory(GetAndroidRoot() + "/framework"); in TEST_F()
673 std::string system_framework_location_path = GetAndroidRoot() + "/framework/foo.jar"; in TEST_F()
689 std::filesystem::create_directory(GetAndroidRoot() + "/system_ext"); in TEST_F()
690 std::filesystem::create_directory(GetAndroidRoot() + "/system_ext/framework"); in TEST_F()
692 GetAndroidRoot() + "/system_ext/framework/foo.jar"; in TEST_F()
707 std::string system_multi_location_path = GetAndroidRoot() + "/multifoo.jar"; in TEST_F()
723 std::filesystem::create_directory(GetAndroidRoot() + "/system_ext"); in TEST_F()
[all …]
Dparsed_options.cc743 GetDefaultBootImageLocation(GetAndroidRoot(), deny_art_apex_data_files); in DoParse()
Doat_file_manager.cc80 << GetAndroidRoot(); in RegisterOatFile()
Doat_file_assistant_test.cc1544 std::string dex_location = GetAndroidRoot() + "/framework/" + filebase + ".jar"; in TEST_F()
1547 std::string odex_dir = GetAndroidRoot() + "/framework/oat/"; in TEST_F()
/art/libartbase/base/
Dtesting.cc30 std::string prefix(host ? GetAndroidRoot() : ""); in GetDexFileName()
Dfile_utils.cc149 std::string GetAndroidRoot() { in GetAndroidRoot() function
265 std::string android_art_root = kIsTargetBuild ? GetArtRoot() : GetAndroidRoot(); in GetArtBinDir()
288 std::string android_root = GetAndroidRoot(); in GetPrebuiltPrimaryBootImageDir()
526 std::string dir = GetAndroidRoot() + "/framework/oat/" + GetInstructionSetString(isa); in GetSystemOdexFilenameForApex()
678 return android::base::StartsWith(location, GetAndroidRoot().c_str()); in LocationIsOnSystem()
Dfile_utils.h46 std::string GetAndroidRoot();
Dfile_utils_test.cc329 GetAndroidRoot() + "/framework/oat/arm/apex@com.android.art@javalib@some.jar@classes.odex", in TEST_F()
/art/odrefresh/
Dodrefresh.cc210 return Concatenate({GetAndroidRoot(), path.substr(7)}); in AndroidRootRewrite()
556 std::string GetSystemBootImageDir() { return GetAndroidRoot() + "/framework"; } in GetSystemBootImageDir()
784 return Concatenate({GetAndroidRoot(), "/framework/oat/", isa_str, "/", image_name}); in GetSystemServerImagePath()
1446 const std::string framework_boot_profile_file = GetAndroidRoot() + "/etc/boot-image.prof"; in CompileBootClasspathArtifacts()
1455 const std::string dirty_image_objects_file(GetAndroidRoot() + "/etc/dirty-image-objects"); in CompileBootClasspathArtifacts()
1464 const std::string preloaded_classes_file(GetAndroidRoot() + "/etc/preloaded-classes"); in CompileBootClasspathArtifacts()
1608 const std::string profile = Concatenate({GetAndroidRoot(), "/framework/", jar_name, ".prof"}); in CompileSystemServerArtifacts()
/art/test/dexpreopt/
Ddexpreopt_test.cc103 std::string android_root = GetAndroidRoot(); in GetZygoteExpectedArtifacts()