Searched refs:installer1 (Results 1 – 1 of 1) sorted by relevance
715 PrepareTestApexForInstall installer1(GetTestFile("apex.apexd_test_v2.apex")); in TEST_F() local726 install_fn(installer1); in TEST_F()731 EXPECT_FALSE(RegularFileExists(installer1.test_installed_file)); in TEST_F()2092 PrepareTestApexForInstall installer1(GetTestFile("apex.apexd_test.apex")); in TEST_F() local2099 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()2111 UnorderedElementsAre(installer1.test_installed_file, in TEST_F()2132 PrepareTestApexForInstall installer1(GetTestFile("apex.apexd_test.apex")); in TEST_F() local2139 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()[all …]