Home
last modified time | relevance | path

Searched defs:artifacts (Results 1 – 6 of 6) sorted by relevance

/art/odrefresh/
Dodr_artifacts_test.cc40 const auto artifacts = OdrArtifacts::ForBootImage(image_filename); in TEST() local
58 const auto artifacts = OdrArtifacts::ForSystemServer(image_filename); in TEST() local
Dodrefresh.cc360 bool ArtifactsExist(const OdrArtifacts& artifacts, in ArtifactsExist()
992 OdrArtifacts artifacts = OdrArtifacts::ForBootImage(path); in PrimaryBootImageExist() local
1015 OdrArtifacts artifacts = OdrArtifacts::ForBootImage(path); in BootImageMainlineExtensionExist() local
1026 const OdrArtifacts artifacts = OdrArtifacts::ForSystemServer(image_location); in SystemServerArtifactsExist() local
1655 const OdrArtifacts& artifacts, in RunDex2oat()
1856 OdrArtifacts artifacts = OdrArtifacts::ForBootImage(path); in CompileBootClasspath() local
/art/test/odsign/test-src/com/android/tests/odsign/
DOdsignTestUtils.java172 Set<String> artifacts = new HashSet<>(); in getExpectedBootImage() local
181 Set<String> artifacts = new HashSet<>(); in getExpectedBootImage() local
209 Set<String> artifacts = new HashSet<>(); in getSystemServerExpectedArtifacts() local
428 public void assertModifiedAfter(Set<String> artifacts, long timeMs) throws Exception { in assertModifiedAfter()
439 public void assertNotModifiedAfter(Set<String> artifacts, long timeMs) throws Exception { in assertNotModifiedAfter()
/art/test/dexpreopt/
Ddexpreopt_test.cc111 std::vector<std::string> artifacts; in GetZygoteExpectedArtifacts() local
145 std::vector<std::string> artifacts; in GetSystemServerExpectedArtifacts() local
/art/libartservice/service/java/com/android/server/art/
DArtManagerLocal.java973 ArtifactsPath artifacts = in maybeKeepArtifacts() local
/art/artd/
Dartd.cc1051 for (const ArtifactsPath& artifacts : in_artifactsToKeep) { in cleanup() local