Home
last modified time | relevance | path

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

/external/chromium_org/chrome/installer/mini_installer/
Dmini_installer.cc382 PathString* setup_path) { in UnpackBinaryResources() argument
394 setup_path, in UnpackBinaryResources()
406 if (setup_path->length() > 0) { in UnpackBinaryResources()
417 !cmd_line.append(setup_path->get()) || in UnpackBinaryResources()
440 DeleteFile(setup_path->get()); in UnpackBinaryResources()
442 return success && setup_path->assign(setup_dest_path.get()); in UnpackBinaryResources()
452 if (setup_path->length() > 0) { in UnpackBinaryResources()
455 bool success = mini_installer::Expand(setup_path->get(), in UnpackBinaryResources()
457 ::DeleteFile(setup_path->get()); in UnpackBinaryResources()
459 if (!setup_path->assign(setup_dest_path.get())) { in UnpackBinaryResources()
[all …]
/external/chromium_org/chrome/installer/setup/
Dinstall_worker.h36 const base::FilePath& setup_path,
88 const base::FilePath& setup_path,
108 const base::FilePath& setup_path,
153 const base::FilePath& setup_path,
177 const base::FilePath& setup_path,
187 const base::FilePath& setup_path,
Dinstall_worker.cc130 const base::FilePath& setup_path, in AddInstallerCopyTasks() argument
140 base::FilePath exe_dst(installer_dir.Append(setup_path.BaseName())); in AddInstallerCopyTasks()
142 if (exe_dst != setup_path) { in AddInstallerCopyTasks()
143 install_list->AddCopyTreeWorkItem(setup_path.value(), exe_dst.value(), in AddInstallerCopyTasks()
152 setup_path.value(), active_setup_exe.value(), temp_path.value(), in AddInstallerCopyTasks()
306 const base::FilePath& setup_path, in GetGenericQuickEnableCommand() argument
315 (!setup_path.empty() && new_version.IsValid())); in GetGenericQuickEnableCommand()
333 .Append(setup_path.BaseName()); in GetGenericQuickEnableCommand()
351 const base::FilePath& setup_path, in AddQuickEnableApplicationLauncherWorkItems() argument
371 setup_path, in AddQuickEnableApplicationLauncherWorkItems()
[all …]
Dinstall.h111 const base::FilePath& setup_path,
Dinstall.cc175 const base::FilePath& setup_path, in InstallNewVersion() argument
190 setup_path, in InstallNewVersion()
489 const base::FilePath& setup_path, in InstallOrUpdateProduct() argument
514 setup_path, archive_path, src_path, install_temp_path, new_version, in InstallOrUpdateProduct()
Dsetup_main.cc1646 base::FilePath setup_path(setup_exe); in InstallProductsHelper() local
1648 setup_path = installer_state.GetInstallerDirectory(*installer_version) in InstallProductsHelper()
1649 .Append(setup_path.BaseName()); in InstallProductsHelper()
1655 product.LaunchUserExperiment(setup_path, install_status, system_install); in InstallProductsHelper()
/external/chromium_org/chrome/browser/first_run/
Dfirst_run_internal_win.cc67 CommandLine setup_path(exe_path); in LaunchSetupForEula() local
68 setup_path.AppendArguments(cl, false); in LaunchSetupForEula()
71 if (!base::LaunchProcess(setup_path, base::LaunchOptions(), &ph) || in LaunchSetupForEula()
/external/chromium_org/chrome/installer/util/
Dchrome_browser_operations.cc142 const base::FilePath& setup_path, in LaunchUserExperiment() argument
146 CommandLine base_command(setup_path); in LaunchUserExperiment()
Dinstallation_state.cc87 std::wstring setup_path; in Initialize() local
96 key.ReadValue(kUninstallStringField, &setup_path); in Initialize()
99 InstallUtil::MakeUninstallCommand(setup_path, uninstall_arguments, in Initialize()
Dproduct.cc165 void Product::LaunchUserExperiment(const base::FilePath& setup_path, in LaunchUserExperiment() argument
173 setup_path, options_, status, system_level); in LaunchUserExperiment()
Dproduct_operations.h93 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
Dchrome_browser_operations.h51 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
Dchrome_binaries_operations.h52 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
Dchrome_frame_operations.h51 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
Dchrome_app_host_operations.h52 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
Dchrome_binaries_operations.cc88 const base::FilePath& setup_path, in LaunchUserExperiment() argument
Dproduct.h126 void LaunchUserExperiment(const base::FilePath& setup_path,
Dchrome_app_host_operations.cc125 const base::FilePath& setup_path, in LaunchUserExperiment() argument
Dchrome_frame_operations.cc132 const base::FilePath& setup_path, in LaunchUserExperiment() argument
Dinstallation_validator_unittest.cc159 base::FilePath setup_path = GetSetupPath(dist_type, install_level, in GetSetupExePath() local
161 return setup_path in GetSetupExePath()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dexec_cmd.h7 extern void setup_path(void);
Dexec_cmd.c82 void setup_path(void) in setup_path() function
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dperf.c515 setup_path(); in main()