Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api_test.cc683 std::string system_location_path = GetAndroidRoot() + "/foo.jar"; in TEST_F()
699 std::filesystem::create_directory(GetAndroidRoot() + "/system_ext"); in TEST_F()
700 std::string system_ext_location_path = GetAndroidRoot() + "/system_ext/foo.jar"; in TEST_F()
707 std::filesystem::create_directory(GetAndroidRoot() + "/framework"); in TEST_F()
708 std::string system_framework_location_path = GetAndroidRoot() + "/framework/foo.jar"; in TEST_F()
724 std::filesystem::create_directory(GetAndroidRoot() + "/system_ext"); in TEST_F()
725 std::filesystem::create_directory(GetAndroidRoot() + "/system_ext/framework"); in TEST_F()
727 GetAndroidRoot() + "/system_ext/framework/foo.jar"; in TEST_F()
742 std::string system_multi_location_path = GetAndroidRoot() + "/multifoo.jar"; in TEST_F()
758 std::filesystem::create_directory(GetAndroidRoot() + "/system_ext"); in TEST_F()
[all …]
Dexec_utils_test.cc56 std::string android_root(GetAndroidRoot()); in GetBin()
Dparsed_options.cc789 GetDefaultBootImageLocation(GetAndroidRoot(), deny_art_apex_data_files); in DoParse()
/art/libarttools/
Dtesting.h50 return ART_FORMAT("{}/bin/{}", GetAndroidRoot(), name); in GetBin()
/art/libartbase/base/
Dfile_utils.cc185 std::string GetAndroidRoot() { in GetAndroidRoot() function
284 std::string android_art_root = kIsTargetBuild ? GetArtRoot() : GetAndroidRoot(); in GetArtBinDir()
319 std::string android_root = GetAndroidRoot(); in GetPrebuiltPrimaryBootImageDir()
725 std::string dir = GetAndroidRoot() + "/framework/oat/" + GetInstructionSetString(isa); in GetSystemOdexFilenameForApex()
876 return location.starts_with(GetAndroidRoot()); in LocationIsOnSystem()
Dcommon_art_test.cc257 if (OS::DirectoryExists((GetAndroidRoot() + "/apex").c_str())) { in GetHostBootClasspathInstallRoot()
260 return GetAndroidRoot(); in GetHostBootClasspathInstallRoot()
263 << build_install_root << " or " << GetAndroidRoot(); in GetHostBootClasspathInstallRoot()
482 std::string android_root = GetAndroidRoot(); in GetLibCoreDexLocations()
Dfile_utils.h46 std::string GetAndroidRoot();
Dfile_utils_test.cc326 GetAndroidRoot() + "/framework/oat/arm/apex@com.android.art@javalib@some.jar@classes.odex", in TEST_F()
/art/test/dexpreopt/
Ddexpreopt_test.cc110 std::string android_root = GetAndroidRoot(); in GetZygoteExpectedArtifacts()
/art/odrefresh/
Dodrefresh.cc256 return GetAndroidRoot() + path.substr(7); in RewriteParentDirectoryIfNeeded()
950 return ART_FORMAT("{}/framework/{}", GetAndroidRoot(), basename); in GetSystemBootImageFrameworkExtension()
964 return ART_FORMAT("{}/framework/{}", GetAndroidRoot(), basename); in GetBootImageMainlineExtension()
1856 std::string framework_boot_profile_file = GetAndroidRoot() + "/etc/boot-image.prof"; in RunDex2oatForBootClasspath()
1875 std::string dirty_image_objects_file(GetAndroidRoot() + "/etc/dirty-image-objects"); in RunDex2oatForBootClasspath()
1889 std::string preloaded_classes_file(GetAndroidRoot() + "/etc/preloaded-classes"); in RunDex2oatForBootClasspath()
/art/runtime/oat/
Doat_file_manager.cc89 << GetAndroidRoot(); in RegisterOatFile()
Doat_file_assistant_test.cc2364 std::string dex_location = GetAndroidRoot() + "/framework/" + filebase + ".jar"; in TEST_F()
2367 std::string odex_dir = GetAndroidRoot() + "/framework/oat/"; in TEST_F()