OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setup_exe
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/installer/util/
fake_installation_state.h
25
base::FilePath
setup_exe
(
29
setup_exe
=
setup_exe
33
chrome_state.SetUninstallProgram(
setup_exe
);
fake_product_state.h
25
void SetUninstallProgram(const base::FilePath&
setup_exe
) {
26
uninstall_command_ = base::CommandLine(
setup_exe
);
installation_validator.h
217
const base::FilePath&
setup_exe
,
installation_validator.cc
448
// Validates the path to |
setup_exe
| for the product described by |ctx|.
450
const base::FilePath&
setup_exe
,
468
setup_exe
.value())) {
472
<<
setup_exe
.value();
/external/chromium_org/chrome/installer/setup/
setup_main.h
29
const base::FilePath&
setup_exe
,
uninstall.h
63
//
setup_exe
: The path to the currently running setup.exe. It and its containing
75
const base::FilePath&
setup_exe
,
88
//
setup_exe
: The path to the currently running setup.exe, which will be moved
95
const base::FilePath&
setup_exe
,
setup_util.h
67
// Returns true and populates |
setup_exe
| with the path to an existing product
73
base::FilePath*
setup_exe
);
75
// Invokes the pre-existing |
setup_exe
| to handle the current operation (as
78
// invoked |
setup_exe
| runs the newly installed product prior to exiting.
79
// Returns true if |
setup_exe
| was launched, false otherwise.
80
bool DeferToExistingInstall(const base::FilePath&
setup_exe
,
setup_util.cc
41
// Launches |
setup_exe
| with |command_line|, save --install-archive and its
46
bool LaunchAndWaitForExistingInstall(const base::FilePath&
setup_exe
,
50
CommandLine new_cl(
setup_exe
);
258
base::FilePath*
setup_exe
) {
259
DCHECK(
setup_exe
);
277
*
setup_exe
= existing_state->GetSetupPath();
279
VLOG_IF(1, !
setup_exe
->empty()) << "Found a higher version of "
283
return !
setup_exe
->empty();
286
bool DeferToExistingInstall(const base::FilePath&
setup_exe
,
304
if (!LaunchAndWaitForExistingInstall(
setup_exe
, command_line, &exit_code))
[
all
...]
setup_main.cc
93
const base::FilePath&
setup_exe
,
104
compressed_archive =
setup_exe
.DirName().Append(
646
const base::FilePath&
setup_exe
,
664
original_state, installer_state,
setup_exe
, product, remove_all,
671
const base::FilePath&
setup_exe
,
712
prod_status = UninstallProduct(original_state, installer_state,
setup_exe
,
719
original_state, installer_state,
setup_exe
, &install_status);
[
all
...]
uninstall.cc
461
const base::FilePath&
setup_exe
) {
466
setup_files.push_back(
setup_exe
);
469
setup_exe
.DirName(), false, base::FileEnumerator::FILES, L"*.dll");
539
const base::FilePath&
setup_exe
) {
552
if (target_path.IsParent(
setup_exe
))
553
installer_directory =
setup_exe
.DirName();
[
all
...]
install_worker_unittest.cc
121
void SetUninstallProgram(const base::FilePath&
setup_exe
) {
122
uninstall_command_ = CommandLine(
setup_exe
);
[
all
...]
/external/chromium_org/chrome/browser/
chrome_browser_main_win.cc
399
const base::FilePath
setup_exe
(uninstall_cmd.GetProgram());
405
sei.lpFile =
setup_exe
.value().c_str();
/external/chromium_org/chrome/installer/test/
alternate_version_generator.cc
569
base::FilePath
setup_exe
= setup_ex_.ReplaceExtension(&kExe[0]);
local
576
.append(
setup_exe
.value())
629
.append(
setup_exe
.value());
Completed in 247 milliseconds