HomeSort by relevance Sort by last modified time
    Searched refs:setup_exe (Results 1 - 14 of 14) 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 238 const base::FilePath& setup_exe,
installation_validator.cc 576 // Validates the path to |setup_exe| for the product described by |ctx|.
578 const base::FilePath& setup_exe,
596 setup_exe.value())) {
600 << setup_exe.value();
    [all...]
  /external/chromium_org/apps/app_host/
update.cc 69 base::FilePath setup_exe(
72 if (setup_exe.empty()) {
76 CommandLine cmd_line(setup_exe);
  /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 485 const base::FilePath& setup_exe) {
499 ret = base::Move(setup_exe, temp_file);
556 const base::FilePath& setup_exe) {
569 if (target_path.IsParent(setup_exe))
570 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...]
setup_main.cc 1507 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/browser/
chrome_browser_main_win.cc 341 const base::FilePath setup_exe(uninstall_cmd.GetProgram());
347 sei.lpFile = setup_exe.value().c_str();
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 571 base::FilePath setup_exe = setup_ex_.ReplaceExtension(&kExe[0]); local
578 .append(setup_exe.value())
631 .append(setup_exe.value());

Completed in 299 milliseconds