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_ = CommandLine(
setup_exe
);
installation_validator.h
229
const base::FilePath&
setup_exe
,
installation_validator.cc
506
// Validates the path to |
setup_exe
| for the product described by |ctx|.
508
const base::FilePath&
setup_exe
,
526
setup_exe
.value())) {
530
<<
setup_exe
.value();
/external/chromium_org/chrome/installer/setup/
setup_util.h
68
// Returns true and populates |
setup_exe
| with the path to an existing product
74
base::FilePath*
setup_exe
);
76
// Invokes the pre-existing |
setup_exe
| to handle the current operation (as
79
// invoked |
setup_exe
| runs the newly installed product prior to exiting.
80
// Returns true if |
setup_exe
| was launched, false otherwise.
81
bool DeferToExistingInstall(const base::FilePath&
setup_exe
,
setup_util.cc
39
// Launches |
setup_exe
| with |command_line|, save --install-archive and its
44
bool LaunchAndWaitForExistingInstall(const base::FilePath&
setup_exe
,
48
CommandLine new_cl(
setup_exe
);
256
base::FilePath*
setup_exe
) {
257
DCHECK(
setup_exe
);
275
*
setup_exe
= existing_state->GetSetupPath();
277
VLOG_IF(1, !
setup_exe
->empty()) << "Found a higher version of "
281
return !
setup_exe
->empty();
284
bool DeferToExistingInstall(const base::FilePath&
setup_exe
,
302
if (!LaunchAndWaitForExistingInstall(
setup_exe
, command_line, &exit_code))
[
all
...]
uninstall.cc
476
const base::FilePath&
setup_exe
) {
490
ret = base::Move(
setup_exe
, temp_file);
547
const base::FilePath&
setup_exe
) {
560
if (target_path.IsParent(
setup_exe
))
561
installer_directory =
setup_exe
.DirName();
[
all
...]
install_worker_unittest.cc
121
void SetUninstallProgram(const base::FilePath&
setup_exe
) {
122
uninstall_command_ = CommandLine(
setup_exe
);
setup_main.cc
1484
base::FilePath
setup_exe
;
local
[
all
...]
/external/chromium_org/chrome/browser/component_updater/
component_patcher_win.cc
41
const std::string
setup_exe
(WideToASCII(installer::kSetupExe));
45
setup_path = setup_path.AppendASCII(
setup_exe
);
50
setup_path = setup_path.AppendASCII(
setup_exe
);
/external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc
135
base::FilePath
setup_exe
(GetSetupExeFromRegistry(level, kAppHostAppId));
136
if (
setup_exe
.empty())
144
L"\"" +
setup_exe
.value() + L"\" " + uninstall_arguments);
/external/chromium_org/chrome/installer/test/
alternate_version_generator.cc
570
base::FilePath
setup_exe
= setup_ex_.ReplaceExtension(&kExe[0]);
local
577
.append(
setup_exe
.value())
630
.append(
setup_exe
.value());
/external/chromium_org/chrome/browser/
chrome_browser_main_win.cc
386
const base::FilePath
setup_exe
(uninstall_cmd.GetProgram());
392
sei.lpFile =
setup_exe
.value().c_str();
Completed in 140 milliseconds