Searched refs:GetAndroidRoot (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | exec_utils_test.cc | 34 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()
|
D | hidden_api_test.cc | 648 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 …]
|
D | parsed_options.cc | 743 GetDefaultBootImageLocation(GetAndroidRoot(), deny_art_apex_data_files); in DoParse()
|
D | oat_file_manager.cc | 80 << GetAndroidRoot(); in RegisterOatFile()
|
D | oat_file_assistant_test.cc | 1544 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/ |
D | testing.cc | 30 std::string prefix(host ? GetAndroidRoot() : ""); in GetDexFileName()
|
D | file_utils.cc | 149 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()
|
D | file_utils.h | 46 std::string GetAndroidRoot();
|
D | file_utils_test.cc | 329 GetAndroidRoot() + "/framework/oat/arm/apex@com.android.art@javalib@some.jar@classes.odex", in TEST_F()
|
/art/odrefresh/ |
D | odrefresh.cc | 210 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/ |
D | dexpreopt_test.cc | 103 std::string android_root = GetAndroidRoot(); in GetZygoteExpectedArtifacts()
|