Searched defs:setup_path (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_patcher_win.cc43 base::FilePath setup_path = exe_dir; local
44 setup_path = setup_path.AppendASCII(installer_dir);
45 setup_path = setup_path.AppendASCII(setup_exe);
46 if (base::PathExists(setup_path))
47 return setup_path;
49 setup_path = exe_dir;
50 setup_path = setup_path
[all...]
/external/chromium_org/chrome/installer/util/
H A Dchrome_binaries_operations.cc86 const base::FilePath& setup_path,
85 LaunchUserExperiment( const base::FilePath& setup_path, const std::set<string16>& options, InstallStatus status, bool system_level) const argument
H A Dchrome_app_host_operations.cc122 const base::FilePath& setup_path,
121 LaunchUserExperiment( const base::FilePath& setup_path, const std::set<string16>& options, InstallStatus status, bool system_level) const argument
H A Dchrome_browser_operations.cc139 const base::FilePath& setup_path,
143 CommandLine base_command(setup_path);
138 LaunchUserExperiment( const base::FilePath& setup_path, const std::set<string16>& options, InstallStatus status, bool system_level) const argument
H A Dchrome_frame_operations.cc128 const base::FilePath& setup_path,
127 LaunchUserExperiment( const base::FilePath& setup_path, const std::set<string16>& options, InstallStatus status, bool system_level) const argument
H A Dinstallation_state.cc86 std::wstring setup_path; local
95 key.ReadValue(kUninstallStringField, &setup_path);
98 InstallUtil::MakeUninstallCommand(setup_path, uninstall_arguments,
H A Dproduct.cc166 void Product::LaunchUserExperiment(const base::FilePath& setup_path, argument
174 setup_path, options_, status, system_level);
H A Dinstallation_validator_unittest.cc163 base::FilePath setup_path = GetSetupPath(dist_type, install_level, local
165 return setup_path
/external/linux-tools-perf/util/
H A Dexec_cmd.c82 void setup_path(void) function
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc162 // setup_path: Path to the executable (setup.exe) as it will be copied
183 const base::FilePath& setup_path,
198 setup_path,
503 const base::FilePath& setup_path,
528 setup_path, archive_path, src_path, install_temp_path, new_version,
180 InstallNewVersion( const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& src_path, const base::FilePath& temp_path, const Version& new_version, scoped_ptr<Version>* current_version) argument
500 InstallOrUpdateProduct( const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& install_temp_path, const base::FilePath& src_path, const base::FilePath& prefs_path, const MasterPreferences& prefs, const Version& new_version) argument
H A Dinstall_worker.cc124 const base::FilePath& setup_path,
134 base::FilePath exe_dst(installer_dir.Append(setup_path.BaseName()));
136 if (exe_dst != setup_path) {
137 install_list->AddCopyTreeWorkItem(setup_path.value(), exe_dst.value(),
146 setup_path.value(), active_setup_exe.value(), temp_path.value(),
244 const base::FilePath& setup_path,
259 // --verbose-logging. |setup_path| and |new_version| are optional only when
264 const base::FilePath& setup_path,
271 // setup_path and new_version are required when not uninstalling.
273 (!setup_path
123 AddInstallerCopyTasks(const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& temp_path, const Version& new_version, WorkItemList* install_list) argument
242 AddInstallExtensionCommandWorkItem(const InstallerState& installer_state, const InstallationState& machine_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* work_item_list) argument
261 GetGenericQuickEnableCommand( const InstallerState& installer_state, const InstallationState& machine_state, const base::FilePath& setup_path, const Version& new_version) argument
306 AddQuickEnableApplicationLauncherWorkItems( const InstallerState& installer_state, const InstallationState& machine_state, const base::FilePath& setup_path, const Version& new_version, WorkItemList* work_item_list) argument
342 AddProductSpecificWorkItems(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, WorkItemList* list) argument
420 AddChromeWorkItems(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& src_path, const base::FilePath& temp_path, const Version* current_version, const Version& new_version, WorkItemList* install_list) argument
627 AddUninstallShortcutWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* install_list) argument
971 AppendPostInstallTasks(const InstallerState& installer_state, const base::FilePath& setup_path, const Version* current_version, const Version& new_version, const base::FilePath& temp_path, WorkItemList* post_install_task_list) argument
1094 AddInstallWorkItems(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& src_path, const base::FilePath& temp_path, const Version* current_version, const Version& new_version, WorkItemList* install_list) argument
1289 AddActiveSetupWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* list) argument
1385 AddOsUpgradeWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* install_list) argument
1417 AddQueryEULAAcceptanceWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* work_item_list) argument
[all...]
H A Duninstall.cc1049 const base::FilePath& setup_path,
1047 UninstallProduct(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const Product& product, bool remove_all, bool force_uninstall, const CommandLine& cmd_line) argument
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc379 PathString* setup_path) {
391 setup_path,
403 if (setup_path->length() > 0) {
411 !cmd_line.append(setup_path->get()) ||
434 DeleteFile(setup_path->get());
436 return success && setup_path->assign(setup_dest_path.get());
446 if (setup_path->length() > 0) {
449 bool success = mini_installer::Expand(setup_path->get(),
451 ::DeleteFile(setup_path->get());
453 if (!setup_path
377 UnpackBinaryResources(const Configuration& configuration, HMODULE module, const wchar_t* base_path, PathString* archive_path, PathString* setup_path) argument
487 RunSetup(const Configuration& configuration, const wchar_t* archive_path, const wchar_t* setup_path, int* exit_code) argument
520 DeleteExtractedFiles(const wchar_t* base_path, const wchar_t* archive_path, const wchar_t* setup_path) argument
797 PathString setup_path; local
[all...]

Completed in 366 milliseconds