Searched refs:setup_exe (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dfake_product_state.h25 void SetUninstallProgram(const base::FilePath& setup_exe) { argument
26 uninstall_command_ = base::CommandLine(setup_exe);
H A Dfake_installation_state.h25 base::FilePath setup_exe(
29 setup_exe = setup_exe
33 chrome_state.SetUninstallProgram(setup_exe);
H A Dinstallation_validator.h229 const base::FilePath& setup_exe,
H A Dinstallation_validator.cc506 // 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();
507 ValidateSetupPath(const ProductContext& ctx, const base::FilePath& setup_exe, const base::string16& purpose, bool* is_valid) argument
/external/chromium_org/chrome/installer/setup/
H A Duninstall.h63 // 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,
H A Dsetup_main.h29 const base::FilePath& setup_exe,
H A Dsetup_util.h67 // 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,
H A Dsetup_util.cc41 // Launches |setup_exe| with |command_line|, save --install-archive and its
46 bool LaunchAndWaitForExistingInstall(const base::FilePath& setup_exe, argument
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, argument
304 if (!LaunchAndWaitForExistingInstall(setup_exe, command_lin
254 GetExistingHigherInstaller( const InstallationState& original_state, bool system_install, const Version& installer_version, base::FilePath* setup_exe) argument
[all...]
H A Dsetup_main.cc93 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);
780 const base::FilePath& setup_exe,
799 original_state, setup_exe, cmd_line, prefs, *installer_state,
897 const base::FilePath& setup_exe,
92 CreateChromeArchiveHelper( const base::FilePath& setup_exe, const CommandLine& command_line, const installer::InstallerState& installer_state, const base::FilePath& working_directory) argument
643 UninstallProduct( const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_exe, const CommandLine& cmd_line, bool remove_all, bool force_uninstall, const Product& product) argument
668 UninstallProducts( const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_exe, const CommandLine& cmd_line) argument
778 InstallProducts( const InstallationState& original_state, const base::FilePath& setup_exe, const CommandLine& cmd_line, const MasterPreferences& prefs, InstallerState* installer_state, base::FilePath* installer_directory) argument
894 RegisterDevChrome( const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_exe, const CommandLine& cmd_line) argument
972 HandleNonInstallCmdLineOptions(const InstallationState& original_state, const base::FilePath& setup_exe, const CommandLine& cmd_line, InstallerState* installer_state, int* exit_code) argument
1393 InstallProductsHelper( const InstallationState& original_state, const base::FilePath& setup_exe, const CommandLine& cmd_line, const MasterPreferences& prefs, const InstallerState& installer_state, base::FilePath* installer_directory, ArchiveType* archive_type, bool* delegated_to_existing) argument
[all...]
H A Duninstall.cc461 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();
1079 const base::FilePath& setup_exe,
1367 installer_state, base::MakeAbsoluteFilePath(setup_exe));
1395 const base::FilePath& setup_exe,
1407 if (!target_path.IsParent(base::MakeAbsoluteFilePath(setup_exe))) {
460 MoveSetupOutOfInstallFolder(const InstallerState& installer_state, const base::FilePath& setup_exe) argument
538 DeleteChromeFilesAndFolders(const InstallerState& installer_state, const base::FilePath& setup_exe) argument
1077 UninstallProduct(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_exe, const Product& product, bool remove_all, bool force_uninstall, const CommandLine& cmd_line) argument
1392 CleanUpInstallationDirectoryAfterUninstall( const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_exe, InstallStatus* uninstall_status) argument
[all...]
H A Dinstall_worker_unittest.cc121 void SetUninstallProgram(const base::FilePath& setup_exe) { argument
122 uninstall_command_ = CommandLine(setup_exe);
/external/chromium_org/chrome/installer/launcher_support/
H A Dchrome_launcher_support.cc138 base::FilePath setup_exe(GetSetupExeFromRegistry(level, kAppHostAppId));
139 if (setup_exe.empty())
147 L"\"" + setup_exe.value() + L"\" " + uninstall_arguments);
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.cc569 base::FilePath setup_exe = setup_ex_.ReplaceExtension(&kExe[0]); local
576 .append(setup_exe.value())
629 .append(setup_exe.value());
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_win.cc404 const base::FilePath setup_exe(uninstall_cmd.GetProgram());
410 sei.lpFile = setup_exe.value().c_str();

Completed in 209 milliseconds