Searched refs:installer_test (Results 1 – 8 of 8) sorted by relevance
22 using installer_test::InstallerPathProvider;23 using installer_test::SwitchBuilder;30 std::vector<installer_test::InstalledProduct> installed; in SetUp()31 if (installer_test::GetInstalledProducts(&installed)) { in SetUp()32 ASSERT_TRUE(installer_test::UninstallAll()); in SetUp()37 installer_test::UninstallAll(); in TearDown()87 ASSERT_TRUE(installer_test::Install( in TEST_F()89 ASSERT_TRUE(installer_test::ValidateInstall(false, in TEST_F()95 ASSERT_TRUE(installer_test::Install(full_installer_, in TEST_F()97 ASSERT_TRUE(installer_test::ValidateInstall(true, in TEST_F()[all …]
50 namespace installer_test { namespace97 std::vector<installer_test::InstalledProduct>* products) { in GetInstalledProducts()102 installer_test::InstalledProduct current_prod; in GetInstalledProducts()144 std::vector<installer_test::InstalledProduct> installed; in GetVersion()163 return installer_test::RunAndWaitForCommandToFinish(command); in Install()175 return installer_test::RunAndWaitForCommandToFinish(command); in Install()222 std::vector<installer_test::InstalledProduct> installed; in UninstallAll()
11 namespace installer_test {
9 namespace installer_test { namespace
15 namespace installer_test {
23 installer_test::GetChromeInstallDirectory(false /* system_level */, &path); in BackUpProfile()
73 namespace installer_test { namespace184 if (!installer_test::RunAndWaitForCommandToFinish(sign_command)) in GetSignedStandaloneInstaller()