HomeSort by relevance Sort by last modified time
    Searched refs:setup_path (Results 1 - 25 of 27) sorted by null

1 2

  /external/linux-tools-perf/util/
exec_cmd.h 7 extern void setup_path(void);
exec_cmd.c 82 void setup_path(void) function
  /external/chromium_org/chrome/browser/component_updater/
component_patcher_win.cc 43 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.AppendASCII(setup_exe)
    [all...]
  /external/chromium_org/chrome/installer/setup/
install_worker.h 34 const base::FilePath& setup_path,
85 const base::FilePath& setup_path,
94 // setup_path: Path to the executable (setup.exe) as it will be copied
105 const base::FilePath& setup_path,
139 const base::FilePath& setup_path,
160 const base::FilePath& setup_path,
188 const base::FilePath& setup_path,
198 const base::FilePath& setup_path,
206 // |machine_state|). |setup_path| (the path to the executable currently being
212 const base::FilePath& setup_path,
    [all...]
uninstall.h 49 // setup_path: Path to the executable (setup.exe) as it will be copied
60 const base::FilePath& setup_path,
chrome_frame_quick_enable.cc 101 base::FilePath setup_path(chrome_state->GetSetupPath());
105 AddUninstallShortcutWorkItems(*installer_state, setup_path, new_version,
111 AddChromeFrameWorkItems(machine_state, *installer_state, setup_path,
115 AppendPostInstallTasks(*installer_state, setup_path, opv,
install_worker.cc 156 const base::FilePath& setup_path,
166 base::FilePath exe_dst(installer_dir.Append(setup_path.BaseName()));
168 if (exe_dst != setup_path) {
169 install_list->AddCopyTreeWorkItem(setup_path.value(), exe_dst.value(),
178 setup_path.value(), active_setup_exe.value(), temp_path.value(),
276 const base::FilePath& setup_path,
291 // --verbose-logging. |setup_path| and |new_version| are optional only when
296 const base::FilePath& setup_path,
303 // setup_path and new_version are required when not uninstalling.
305 (!setup_path.empty() && new_version.IsValid()))
    [all...]
install.h 93 // setup_path: Path to the executable (setup.exe) as it will be copied
111 const base::FilePath& setup_path,
install.cc 152 // setup_path: Path to the executable (setup.exe) as it will be copied
173 const base::FilePath& setup_path,
188 setup_path,
487 const base::FilePath& setup_path,
516 setup_path, archive_path, src_path, install_temp_path, new_version,
uninstall.cc     [all...]
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 379 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->assign(setup_dest_path.get()))
788 PathString setup_path; local
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 72 CommandLine setup_path(exe_path);
73 setup_path.AppendArguments(cl, false);
76 if (!base::LaunchProcess(setup_path, base::LaunchOptions(), &ph) ||
  /external/chromium_org/chrome/installer/util/
chrome_browser_operations.cc 138 const base::FilePath& setup_path,
142 CommandLine base_command(setup_path);
chrome_app_host_operations.h 52 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
chrome_binaries_operations.h 52 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
chrome_browser_operations.h 51 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
chrome_frame_operations.h 51 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
product_operations.h 90 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
product.cc 166 void Product::LaunchUserExperiment(const base::FilePath& setup_path,
174 setup_path, options_, status, system_level);
chrome_binaries_operations.cc 86 const base::FilePath& setup_path,
product.h 133 void LaunchUserExperiment(const base::FilePath& setup_path,
installation_state.cc 86 std::wstring setup_path; local
95 key.ReadValue(kUninstallStringField, &setup_path);
98 InstallUtil::MakeUninstallCommand(setup_path, uninstall_arguments,
chrome_app_host_operations.cc 121 const base::FilePath& setup_path,
chrome_frame_operations.cc 152 const base::FilePath& setup_path,
installation_validator_unittest.cc 169 base::FilePath setup_path = GetSetupPath(dist_type, install_level, local
171 return setup_path

Completed in 973 milliseconds

1 2