Lines Matching refs:primary
727 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()
758 auto file3 = ScopedCreateEmptyFile(primary.OatPath()); in TEST_F()
774 FdOf(primary.ImagePath()), FdOf(framework_ext.ImagePath()), "-1", "-1"))), in TEST_F()
777 ElementsAre(FdOf(primary.VdexPath()), FdOf(framework_ext.VdexPath()), "-1", "-1"))), in TEST_F()
780 ElementsAre(FdOf(primary.OatPath()), FdOf(framework_ext.OatPath()), "-1", "-1")))))) in TEST_F()
793 FdOf(primary.ImagePath()), FdOf(framework_ext.ImagePath()), "-1", "-1"))), in TEST_F()
796 ElementsAre(FdOf(primary.VdexPath()), FdOf(framework_ext.VdexPath()), "-1", "-1"))), in TEST_F()
799 ElementsAre(FdOf(primary.OatPath()), FdOf(framework_ext.OatPath()), "-1", "-1")))))) in TEST_F()
814 OdrArtifacts primary = OdrArtifacts::ForBootImage(dalvik_cache_dir_ + "/x86_64/boot.art"); in TEST_F() local
815 auto file1 = ScopedCreateEmptyFile(primary.ImagePath()); in TEST_F()
816 auto file2 = ScopedCreateEmptyFile(primary.VdexPath()); in TEST_F()
817 auto file3 = ScopedCreateEmptyFile(primary.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()
851 OdrArtifacts primary = OdrArtifacts::ForBootImage(framework_dir_ + "/x86_64/boot.art"); in TEST_F() local
852 auto file1 = ScopedCreateEmptyFile(primary.ImagePath()); in TEST_F()
853 auto file2 = ScopedCreateEmptyFile(primary.VdexPath()); in TEST_F()
854 auto file3 = ScopedCreateEmptyFile(primary.OatPath()); in TEST_F()
873 ElementsAre(FdOf(primary.ImagePath()), in TEST_F()
878 ElementsAre(FdOf(primary.VdexPath()), in TEST_F()
883 ElementsAre(FdOf(primary.OatPath()), in TEST_F()
897 ElementsAre(FdOf(primary.ImagePath()), in TEST_F()
902 ElementsAre(FdOf(primary.VdexPath()), in TEST_F()
907 ElementsAre(FdOf(primary.OatPath()), in TEST_F()
925 OdrArtifacts primary = OdrArtifacts::ForBootImage(framework_dir_ + "/x86_64/boot.art"); in TEST_F() local
926 auto file1 = ScopedCreateEmptyFile(primary.ImagePath()); in TEST_F()
927 auto file2 = ScopedCreateEmptyFile(primary.VdexPath()); in TEST_F()
928 auto file3 = ScopedCreateEmptyFile(primary.OatPath()); in TEST_F()
947 ElementsAre(FdOf(primary.ImagePath()), in TEST_F()
952 ElementsAre(FdOf(primary.VdexPath()), in TEST_F()
957 ElementsAre(FdOf(primary.OatPath()), in TEST_F()
971 ElementsAre(FdOf(primary.ImagePath()), in TEST_F()
976 ElementsAre(FdOf(primary.VdexPath()), in TEST_F()
981 ElementsAre(FdOf(primary.OatPath()), in TEST_F()