Searched refs:mainline_ext (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/art/odrefresh/ |
H A D | odrefresh_test.cc | 822 OdrArtifacts mainline_ext = in TEST_F() local 824 auto file4 = ScopedCreateEmptyFile(mainline_ext.ImagePath()); in TEST_F() 825 auto file5 = ScopedCreateEmptyFile(mainline_ext.VdexPath()); in TEST_F() 826 auto file6 = ScopedCreateEmptyFile(mainline_ext.OatPath()); in TEST_F() 836 ElementsAre(FdOf(primary.ImagePath()), "-1", FdOf(mainline_ext.ImagePath()), "-1"))), in TEST_F() 839 ElementsAre(FdOf(primary.VdexPath()), "-1", FdOf(mainline_ext.VdexPath()), "-1"))), in TEST_F() 842 ElementsAre(FdOf(primary.OatPath()), "-1", FdOf(mainline_ext.OatPath()), "-1")))))) in TEST_F() 864 OdrArtifacts mainline_ext = in TEST_F() local 866 auto file7 = ScopedCreateEmptyFile(mainline_ext.ImagePath()); in TEST_F() 867 auto file8 = ScopedCreateEmptyFile(mainline_ext.VdexPath()); in TEST_F() [all …]
|