Home
last modified time | relevance | path

Searched refs:artifacts (Results 1 – 25 of 215) sorted by relevance

123456789

/aosp12/art/odrefresh/
H A Dodr_artifacts_test.cc37 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 Dodrefresh.cc453 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 DREADME.md3 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 DTODO.md5 1. denylist for AOT artifacts.
16 - Successful compilation of all artifacts.
/aosp12/system/apex/tests/testdata/sharedlibs/
H A DREADME.md1 ### 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 DBurstResultsSaver.java166 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 Dbuild.gradle61 // 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 DConfigurationParser.internal.h149 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 Dbuild_error.proto41 // 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 Dodsign.te4 # odsign - Binary for signing ART artifacts.
47 # Run odrefresh to refresh ART artifacts
H A Dsystem_server_startup.te10 # Allow to pick up integrity-checked artifacts from the ART APEX dalvik cache.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dodsign.te4 # odsign - Binary for signing ART artifacts.
47 # Run odrefresh to refresh ART artifacts
H A Dsystem_server_startup.te10 # Allow to pick up integrity-checked artifacts from the ART APEX dalvik cache.
/aosp12/system/sepolicy/private/
H A Dodsign.te4 # odsign - Binary for signing ART artifacts.
47 # Run odrefresh to refresh ART artifacts
H A Dsystem_server_startup.te10 # Allow to pick up integrity-checked artifacts from the ART APEX dalvik cache.
/aosp12/frameworks/av/apex/
H A DAndroid.bp75 // - 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 DAndroid.bp49 // - build artifacts (lib/javalib/bin) against Android 10 SDK
50 // so that the artifacts can run.
/aosp12/system/extras/simpleperf/scripts/
H A Dupdate.py195 artifacts = [install_dir]
196 commit(args.branch, args.build, artifacts)
/aosp12/build/make/target/product/
H A Dgeneric_ramdisk.mk39 $(call require-artifacts-in-path-relaxed, $(_my_paths), )
/aosp12/frameworks/opt/chips/
H A Dbuild.gradle1 import org.gradle.api.artifacts.Dependency;
/aosp12/frameworks/opt/photoviewer/
H A Dbuild.gradle1 import org.gradle.api.artifacts.Dependency;
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dsystem_server_startup.te10 # Allow to pick up integrity-checked artifacts from the dalvik cache.
/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt.rc1 # When /data is available, look for A/B artifacts for the current slot and move them
/aosp12/build/make/core/
H A Dproduct.mk484 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 DREADME.oem16 The intended use is to include .apk artifacts built using the oem_template/data_app.

123456789