/aosp12/art/odrefresh/ |
H A D | odr_artifacts_test.cc | 37 const auto artifacts = OdrArtifacts::ForBootImageExtension(image_filename); in TEST() local 39 artifacts.ImagePath()); in TEST() 41 artifacts.OatPath()); in TEST() 43 artifacts.VdexPath()); in TEST() 54 const auto artifacts = OdrArtifacts::ForSystemServer(image_filename); in TEST() local 57 artifacts.ImagePath()); in TEST() 60 artifacts.OatPath()); in TEST() 63 artifacts.VdexPath()); in TEST()
|
H A D | odrefresh.cc | 453 artifacts.ImagePath().c_str(), artifacts.OatPath().c_str(), artifacts.VdexPath().c_str()}; in ArtifactsExist() 472 return ArtifactsExist(artifacts, error_msg); in BootExtensionArtifactsExistOnData() 481 if (!ArtifactsExist(artifacts, error_msg)) { in SystemServerArtifactsExistOnData() 723 CHECK_EQ(artifacts.OatPath(), in VerifySystemServerArtifactsAreUpToDate() 725 CHECK_EQ(artifacts.ImagePath(), in VerifySystemServerArtifactsAreUpToDate() 727 CHECK_EQ(artifacts.OatPath(), in VerifySystemServerArtifactsAreUpToDate() 729 CHECK_EQ(artifacts.VdexPath(), in VerifySystemServerArtifactsAreUpToDate() 831 success &= RemoveArtifacts(artifacts); in RemoveSystemServerArtifactsFromData() 955 {artifacts.ImagePath(), artifacts.OatPath(), artifacts.VdexPath()}) { in RemoveArtifacts() 1052 artifacts.OatPath()); in CompileBootExtensionArtifacts() [all …]
|
H A D | README.md | 3 This tool is part of the ART APEX and is used to refresh compilation artifacts following an 6 * checking the freshness of compilation artifacts for boot class path extensions and system_server. 7 * regenerating the compilation artifacts for boot class path extensions and system_server.
|
H A D | TODO.md | 5 1. denylist for AOT artifacts. 16 - Successful compilation of all artifacts.
|
/aosp12/system/apex/tests/testdata/sharedlibs/ |
H A D | README.md | 1 ### Test artifacts for shared libraries APEX support 8 artifacts used by tests. In order to regenerate these artifacts, run from the
|
/aosp12/packages/apps/Camera2/src/com/android/camera/burst/ |
H A D | BurstResultsSaver.java | 166 List<BurstArtifact> artifacts = in logProgressUpdate() local 168 if (!artifacts.isEmpty()) { in logProgressUpdate() 169 Log.d(TAG, "Saving " + artifacts.size() in logProgressUpdate()
|
/aosp12/frameworks/multidex/ |
H A D | build.gradle | 61 // upload anchor for subprojects to upload their artifacts 65 description 'Builds distribution artifacts.' 73 logger.warn "Compressed maven artifacts to ${archivePath}"
|
/aosp12/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.internal.h | 149 std::vector<ConfiguredArtifact> artifacts; member 174 std::sort(artifacts.begin(), artifacts.end(), *this); in SortArtifacts()
|
/aosp12/build/soong/ui/status/build_error_proto/ |
H A D | build_error.proto | 41 // List of artifacts (i.e. files) that was produced by the command. 42 repeated string artifacts = 4; field
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | odsign.te | 4 # odsign - Binary for signing ART artifacts. 47 # Run odrefresh to refresh ART artifacts
|
H A D | system_server_startup.te | 10 # Allow to pick up integrity-checked artifacts from the ART APEX dalvik cache.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | odsign.te | 4 # odsign - Binary for signing ART artifacts. 47 # Run odrefresh to refresh ART artifacts
|
H A D | system_server_startup.te | 10 # Allow to pick up integrity-checked artifacts from the ART APEX dalvik cache.
|
/aosp12/system/sepolicy/private/ |
H A D | odsign.te | 4 # odsign - Binary for signing ART artifacts. 47 # Run odrefresh to refresh ART artifacts
|
H A D | system_server_startup.te | 10 # Allow to pick up integrity-checked artifacts from the ART APEX dalvik cache.
|
/aosp12/frameworks/av/apex/ |
H A D | Android.bp | 75 // - build artifacts (lib/javalib/bin) against Android 10 SDK 76 // so that the artifacts can run. 180 // - build artifacts (lib/javalib/bin) against Android 10 SDK 181 // so that the artifacts can run.
|
/aosp12/packages/modules/DnsResolver/apex/ |
H A D | Android.bp | 49 // - build artifacts (lib/javalib/bin) against Android 10 SDK 50 // so that the artifacts can run.
|
/aosp12/system/extras/simpleperf/scripts/ |
H A D | update.py | 195 artifacts = [install_dir] 196 commit(args.branch, args.build, artifacts)
|
/aosp12/build/make/target/product/ |
H A D | generic_ramdisk.mk | 39 $(call require-artifacts-in-path-relaxed, $(_my_paths), )
|
/aosp12/frameworks/opt/chips/ |
H A D | build.gradle | 1 import org.gradle.api.artifacts.Dependency;
|
/aosp12/frameworks/opt/photoviewer/ |
H A D | build.gradle | 1 import org.gradle.api.artifacts.Dependency;
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | system_server_startup.te | 10 # Allow to pick up integrity-checked artifacts from the dalvik cache.
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | otapreopt.rc | 1 # When /data is available, look for A/B artifacts for the current slot and move them
|
/aosp12/build/make/core/ |
H A D | product.mk | 484 define require-artifacts-in-path 494 define require-artifacts-in-path-relaxed 495 $(require-artifacts-in-path) \
|
/aosp12/packages/apps/TimeZoneData/oem_template/data_app_prebuilt/ |
H A D | README.oem | 16 The intended use is to include .apk artifacts built using the oem_template/data_app.
|