Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh_test.cc818 OdrArtifacts mainline_ext = in TEST_F() local
820 auto file4 = ScopedCreateEmptyFile(mainline_ext.ImagePath()); in TEST_F()
821 auto file5 = ScopedCreateEmptyFile(mainline_ext.VdexPath()); in TEST_F()
822 auto file6 = ScopedCreateEmptyFile(mainline_ext.OatPath()); in TEST_F()
832 ElementsAre(FdOf(primary.ImagePath()), "-1", FdOf(mainline_ext.ImagePath()), "-1"))), in TEST_F()
835 ElementsAre(FdOf(primary.VdexPath()), "-1", FdOf(mainline_ext.VdexPath()), "-1"))), in TEST_F()
838 ElementsAre(FdOf(primary.OatPath()), "-1", FdOf(mainline_ext.OatPath()), "-1")))))) in TEST_F()
860 OdrArtifacts mainline_ext = in TEST_F() local
862 auto file7 = ScopedCreateEmptyFile(mainline_ext.ImagePath()); in TEST_F()
863 auto file8 = ScopedCreateEmptyFile(mainline_ext.VdexPath()); in TEST_F()
[all …]