OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:installer_test
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/test/mini_installer_test/
test.cc
22
using
installer_test
::InstallerPathProvider;
23
using
installer_test
::SwitchBuilder;
30
std::vector<
installer_test
::InstalledProduct> installed;
31
if (
installer_test
::GetInstalledProducts(&installed)) {
32
ASSERT_TRUE(
installer_test
::UninstallAll());
37
installer_test
::UninstallAll();
87
ASSERT_TRUE(
installer_test
::Install(
89
ASSERT_TRUE(
installer_test
::ValidateInstall(false,
95
ASSERT_TRUE(
installer_test
::Install(full_installer_,
97
ASSERT_TRUE(
installer_test
::ValidateInstall(true
[
all
...]
switch_builder.h
11
namespace
installer_test
{
namespace
switch_builder.cc
9
namespace
installer_test
{
namespace
installer_path_provider.h
11
namespace
installer_test
{
namespace
installer_test_util.cc
50
namespace
installer_test
{
namespace
97
std::vector<
installer_test
::InstalledProduct>* products) {
102
installer_test
::InstalledProduct current_prod;
144
std::vector<
installer_test
::InstalledProduct> installed;
163
return
installer_test
::RunAndWaitForCommandToFinish(command);
175
return
installer_test
::RunAndWaitForCommandToFinish(command);
222
std::vector<
installer_test
::InstalledProduct> installed;
installer_test_util.h
15
namespace
installer_test
{
namespace
run_all_unittests.cc
23
installer_test
::GetChromeInstallDirectory(false /* system_level */, &path);
installer_path_provider.cc
73
namespace
installer_test
{
namespace
184
if (!
installer_test
::RunAndWaitForCommandToFinish(sign_command))
Completed in 96 milliseconds