Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 5 of 5) sorted by relevance

/art/odrefresh/
Dodrefresh_test.cc727 OdrArtifacts primary = OdrArtifacts::ForBootImage(dalvik_cache_dir_ + "/x86_64/boot.art"); in TEST_F() local
728 auto file1 = ScopedCreateEmptyFile(primary.ImagePath()); in TEST_F()
729 auto file2 = ScopedCreateEmptyFile(primary.VdexPath()); in TEST_F()
730 auto file3 = ScopedCreateEmptyFile(primary.OatPath()); in TEST_F()
737 ElementsAre(FdOf(primary.ImagePath()), "-1", "-1", "-1"))), in TEST_F()
739 ElementsAre(FdOf(primary.VdexPath()), "-1", "-1", "-1"))), in TEST_F()
741 ElementsAre(FdOf(primary.OatPath()), "-1", "-1", "-1")))))) in TEST_F()
755 OdrArtifacts primary = OdrArtifacts::ForBootImage(framework_dir_ + "/x86_64/boot.art"); in TEST_F() local
756 auto file1 = ScopedCreateEmptyFile(primary.ImagePath()); in TEST_F()
757 auto file2 = ScopedCreateEmptyFile(primary.VdexPath()); in TEST_F()
[all …]
/art/test/846-multidex-data-image/
Dinfo.txt1 Test the generation of app image at runtime, when the primary APK contains
/art/build/apex/
Dlinker.config.json7 // For ART APEX primary boot image and odex files.
/art/libartservice/service/
DREADME.md18 ART Service dexopts both primary dex files and secondary dex files of an app.
20 A primary dex file refers to the base APK or a split APK of an app. It's
118 dexopts primary dex files of all apps with the "verify" compiler filter.
148 On the first boot after a mainline update, ART Service dexopts the primary dex
164 During app installation, ART Service dexopts the primary dex files of the app.
180 it dexopts primary dex files and secondary dex files of all apps with the
/art/dalvikvm/
DAndroid.bp66 // Create symlink for the primary version target.