Searched refs:setup_path (Results 1 - 23 of 23) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dexec_cmd.h7 extern void setup_path(void);
H A Dexec_cmd.c82 void setup_path(void) function
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.h36 const base::FilePath& setup_path,
88 const base::FilePath& setup_path,
97 // setup_path: Path to the executable (setup.exe) as it will be copied
108 const base::FilePath& setup_path,
153 const base::FilePath& setup_path,
177 const base::FilePath& setup_path,
187 const base::FilePath& setup_path,
H A Dinstall_worker.cc130 const base::FilePath& setup_path,
140 base::FilePath exe_dst(installer_dir.Append(setup_path.BaseName()));
142 if (exe_dst != setup_path) {
143 install_list->AddCopyTreeWorkItem(setup_path.value(), exe_dst.value(),
152 setup_path.value(), active_setup_exe.value(), temp_path.value(),
301 // --verbose-logging. |setup_path| and |new_version| are optional only when
306 const base::FilePath& setup_path,
313 // setup_path and new_version are required when not uninstalling.
315 (!setup_path.empty() && new_version.IsValid()));
330 // Use the path to the given |setup_path| i
129 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
303 GetGenericQuickEnableCommand( const InstallerState& installer_state, const InstallationState& machine_state, const base::FilePath& setup_path, const Version& new_version) argument
348 AddQuickEnableApplicationLauncherWorkItems( const InstallerState& installer_state, const InstallationState& machine_state, const base::FilePath& setup_path, const Version& new_version, WorkItemList* work_item_list) argument
384 AddProductSpecificWorkItems(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, bool is_new_install, WorkItemList* list) argument
472 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
671 AddUninstallShortcutWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* install_list) argument
1099 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
1246 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
1468 AddActiveSetupWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* list) argument
1586 AddOsUpgradeWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* install_list) argument
1619 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 Dinstall.h93 // setup_path: Path to the executable (setup.exe) as it will be copied
111 const base::FilePath& setup_path,
H A Dinstall.cc154 // setup_path: Path to the executable (setup.exe) as it will be copied
175 const base::FilePath& setup_path,
190 setup_path,
489 const base::FilePath& setup_path,
514 setup_path, archive_path, src_path, install_temp_path, new_version,
172 InstallNewVersion( const installer::InstallationState& original_state, const installer::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
486 InstallOrUpdateProduct( const installer::InstallationState& original_state, const installer::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 Dsetup_main.cc1646 base::FilePath setup_path(setup_exe);
1648 setup_path = installer_state.GetInstallerDirectory(*installer_version)
1649 .Append(setup_path.BaseName());
1655 product.LaunchUserExperiment(setup_path, install_status, system_install);
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc382 PathString* setup_path) {
394 setup_path,
406 if (setup_path->length() > 0) {
417 !cmd_line.append(setup_path->get()) ||
440 DeleteFile(setup_path->get());
442 return success && setup_path->assign(setup_dest_path.get());
452 if (setup_path->length() > 0) {
455 bool success = mini_installer::Expand(setup_path->get(),
457 ::DeleteFile(setup_path->get());
459 if (!setup_path
380 UnpackBinaryResources(const Configuration& configuration, HMODULE module, const wchar_t* base_path, PathString* archive_path, PathString* setup_path) argument
493 RunSetup(const Configuration& configuration, const wchar_t* archive_path, const wchar_t* setup_path, ProcessExitCode* exit_code) argument
527 DeleteExtractedFiles(const wchar_t* base_path, const wchar_t* archive_path, const wchar_t* setup_path) argument
816 PathString setup_path; local
[all...]
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal_win.cc67 CommandLine setup_path(exe_path);
68 setup_path.AppendArguments(cl, false);
71 if (!base::LaunchProcess(setup_path, base::LaunchOptions(), &ph) ||
/external/chromium_org/chrome/installer/util/
H A Dchrome_app_host_operations.h52 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
H A Dchrome_binaries_operations.h52 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
H A Dchrome_browser_operations.h51 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
H A Dchrome_frame_operations.h51 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
H A Dproduct_operations.h93 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
H A Dchrome_browser_operations.cc142 const base::FilePath& setup_path,
146 CommandLine base_command(setup_path);
141 LaunchUserExperiment( const base::FilePath& setup_path, const std::set<base::string16>& options, InstallStatus status, bool system_level) const argument
H A Dproduct.cc165 void Product::LaunchUserExperiment(const base::FilePath& setup_path, argument
173 setup_path, options_, status, system_level);
H A Dchrome_binaries_operations.cc88 const base::FilePath& setup_path,
87 LaunchUserExperiment( const base::FilePath& setup_path, const std::set<base::string16>& options, InstallStatus status, bool system_level) const argument
H A Dproduct.h126 void LaunchUserExperiment(const base::FilePath& setup_path,
H A Dinstallation_state.cc87 std::wstring setup_path; local
96 key.ReadValue(kUninstallStringField, &setup_path);
99 InstallUtil::MakeUninstallCommand(setup_path, uninstall_arguments,
H A Dchrome_app_host_operations.cc125 const base::FilePath& setup_path,
124 LaunchUserExperiment( const base::FilePath& setup_path, const std::set<base::string16>& options, InstallStatus status, bool system_level) const argument
H A Dchrome_frame_operations.cc132 const base::FilePath& setup_path,
131 LaunchUserExperiment( const base::FilePath& setup_path, const std::set<base::string16>& options, InstallStatus status, bool system_level) const argument
H A Dinstallation_validator_unittest.cc159 base::FilePath setup_path = GetSetupPath(dist_type, install_level, local
161 return setup_path
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dperf.c515 setup_path();

Completed in 216 milliseconds