Lines Matching refs:installer2

716   PrepareTestApexForInstall installer2(  in TEST_F()  local
727 install_fn(installer2); in TEST_F()
732 EXPECT_TRUE(RegularFileExists(installer2.test_installed_file)); in TEST_F()
752 PrepareTestApexForInstall installer2( in TEST_F() local
754 if (!installer.Prepare() || !installer2.Prepare()) { in TEST_F()
758 ASSERT_EQ(installer.test_installed_file, installer2.test_installed_file); in TEST_F()
765 ASSERT_TRUE(IsOk(service_->stagePackages({installer2.test_file}))); in TEST_F()
778 PrepareTestApexForInstall installer2(GetTestFile("apex.apexd_test_v2.apex")); in TEST_F() local
779 if (!installer2.Prepare()) { in TEST_F()
782 ASSERT_EQ(std::string("com.android.apex.test_package"), installer2.package); in TEST_F()
786 packages.push_back(installer2.test_file); in TEST_F()
790 EXPECT_TRUE(RegularFileExists(installer2.test_installed_file)); in TEST_F()
963 PrepareTestApexForInstall installer2( in TEST_F() local
966 if (!installer.Prepare() || !installer2.Prepare()) { in TEST_F()
967 FAIL() << GetDebugStr(&installer) << GetDebugStr(&installer2); in TEST_F()
1254 PrepareTestApexForInstall installer2( in TEST_F() local
1257 if (!installer2.Prepare()) { in TEST_F()
1865 PrepareTestApexForInstall installer2( in TEST_F() local
1868 if (!installer.Prepare() || !installer2.Prepare()) { in TEST_F()
1869 FAIL() << GetDebugStr(&installer) << GetDebugStr(&installer2); in TEST_F()
1888 } else if (info.moduleName == installer2.package) { in TEST_F()
1889 ASSERT_EQ(installer2.package, info.moduleName); in TEST_F()
1890 ASSERT_EQ(installer2.version, static_cast<uint64_t>(info.versionCode)); in TEST_F()
1891 ASSERT_EQ(installer2.test_file, info.modulePath); in TEST_F()
1895 << GetDebugStr(&installer) << GetDebugStr(&installer2); in TEST_F()
1929 PrepareTestApexForInstall installer2( in TEST_F() local
1932 if (!installer.Prepare() || !installer2.Prepare()) { in TEST_F()
1933 FAIL() << GetDebugStr(&installer) << GetDebugStr(&installer2); in TEST_F()
2093 PrepareTestApexForInstall installer2( in TEST_F() local
2099 if (!installer1.Prepare() || !installer2.Prepare() || !installer3.Prepare()) { in TEST_F()
2104 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F()
2112 installer2.test_installed_file)); in TEST_F()
2133 PrepareTestApexForInstall installer2( in TEST_F() local
2139 if (!installer1.Prepare() || !installer2.Prepare() || !installer3.Prepare()) { in TEST_F()
2150 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F()
2158 installer2.test_installed_file)); in TEST_F()
2229 PrepareTestApexForInstall installer2( in TEST_F() local
2232 if (!installer1.Prepare() || !installer2.Prepare()) { in TEST_F()
2236 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F()
2239 pkgs = {installer2.test_installed_file}; in TEST_F()
2250 PrepareTestApexForInstall installer2( in TEST_F() local
2253 if (!installer1.Prepare() || !installer2.Prepare()) { in TEST_F()
2260 pkgs = {installer1.test_installed_file, installer2.test_installed_file}; in TEST_F()
2900 PrepareTestApexForInstall installer2(GetTestFile("apex.apexd_test_v2.apex")); in TEST_F() local
2901 if (!installer2.Prepare()) { in TEST_F()
2902 FAIL() << GetDebugStr(&installer2); in TEST_F()
2904 ASSERT_RESULT_OK(CopyFile(installer2.test_file, in TEST_F()