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.cc381 PathString* setup_path) { in UnpackBinaryResources() argument
393 setup_path, in UnpackBinaryResources()
405 if (setup_path->length() > 0) { in UnpackBinaryResources()
413 !cmd_line.append(setup_path->get()) || in UnpackBinaryResources()
436 DeleteFile(setup_path->get()); in UnpackBinaryResources()
438 return success && setup_path->assign(setup_dest_path.get()); in UnpackBinaryResources()
448 if (setup_path->length() > 0) { in UnpackBinaryResources()
451 bool success = mini_installer::Expand(setup_path->get(), in UnpackBinaryResources()
453 ::DeleteFile(setup_path->get()); in UnpackBinaryResources()
455 if (!setup_path->assign(setup_dest_path.get())) { in UnpackBinaryResources()
[all …]
/external/chromium_org/chrome/installer/setup/
Dinstall_worker.h34 const base::FilePath& setup_path,
85 const base::FilePath& setup_path,
105 const base::FilePath& setup_path,
150 const base::FilePath& setup_path,
174 const base::FilePath& setup_path,
184 const base::FilePath& setup_path,
Dinstall_worker.cc126 const base::FilePath& setup_path, in AddInstallerCopyTasks() argument
136 base::FilePath exe_dst(installer_dir.Append(setup_path.BaseName())); in AddInstallerCopyTasks()
138 if (exe_dst != setup_path) { in AddInstallerCopyTasks()
139 install_list->AddCopyTreeWorkItem(setup_path.value(), exe_dst.value(), in AddInstallerCopyTasks()
148 setup_path.value(), active_setup_exe.value(), temp_path.value(), in AddInstallerCopyTasks()
249 const base::FilePath& setup_path, in AddInstallExtensionCommandWorkItem() argument
317 const base::FilePath& setup_path, in GetGenericQuickEnableCommand() argument
326 (!setup_path.empty() && new_version.IsValid())); in GetGenericQuickEnableCommand()
344 .Append(setup_path.BaseName()); in GetGenericQuickEnableCommand()
362 const base::FilePath& setup_path, in AddQuickEnableApplicationLauncherWorkItems() argument
[all …]
Dinstall.h111 const base::FilePath& setup_path,
Dinstall.cc178 const base::FilePath& setup_path, in InstallNewVersion() argument
193 setup_path, in InstallNewVersion()
501 const base::FilePath& setup_path, in InstallOrUpdateProduct() argument
526 setup_path, archive_path, src_path, install_temp_path, new_version, in InstallOrUpdateProduct()
Dsetup_main.cc1665 base::FilePath setup_path(setup_exe); in InstallProductsHelper() local
1667 setup_path = installer_state.GetInstallerDirectory(*installer_version) in InstallProductsHelper()
1668 .Append(setup_path.BaseName()); in InstallProductsHelper()
1674 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.cc163 void Product::LaunchUserExperiment(const base::FilePath& setup_path, in LaunchUserExperiment() argument
171 setup_path, options_, status, system_level); in LaunchUserExperiment()
Dchrome_browser_operations.h51 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
Dproduct_operations.h93 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
Dchrome_binaries_operations.h52 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
Dchrome_app_host_operations.h52 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
Dchrome_frame_operations.h51 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
Dproduct.h126 void LaunchUserExperiment(const base::FilePath& setup_path,
Dchrome_binaries_operations.cc88 const base::FilePath& setup_path, in LaunchUserExperiment() argument
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.cc163 base::FilePath setup_path = GetSetupPath(dist_type, install_level, in GetSetupExePath() local
165 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()