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

  /external/linux-tools-perf/perf-3.12.0/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/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,
150 const base::FilePath& setup_path,
174 const base::FilePath& setup_path,
184 const base::FilePath& setup_path,
install_worker.cc 126 const base::FilePath& setup_path,
136 base::FilePath exe_dst(installer_dir.Append(setup_path.BaseName()));
138 if (exe_dst != setup_path) {
139 install_list->AddCopyTreeWorkItem(setup_path.value(), exe_dst.value(),
148 setup_path.value(), active_setup_exe.value(), temp_path.value(),
249 const base::FilePath& setup_path,
312 // --verbose-logging. |setup_path| and |new_version| are optional only when
317 const base::FilePath& setup_path,
324 // setup_path and new_version are required when not uninstalling.
326 (!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 157 // setup_path: Path to the executable (setup.exe) as it will be copied
178 const base::FilePath& setup_path,
193 setup_path,
501 const base::FilePath& setup_path,
526 setup_path, archive_path, src_path, install_temp_path, new_version,
setup_main.cc     [all...]
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 381 PathString* setup_path) {
393 setup_path,
405 if (setup_path->length() > 0) {
413 !cmd_line.append(setup_path->get()) ||
436 DeleteFile(setup_path->get());
438 return success && setup_path->assign(setup_dest_path.get());
448 if (setup_path->length() > 0) {
451 bool success = mini_installer::Expand(setup_path->get(),
453 ::DeleteFile(setup_path->get());
455 if (!setup_path->assign(setup_dest_path.get()))
812 PathString setup_path; local
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 67 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/
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 93 virtual void LaunchUserExperiment(const base::FilePath& setup_path,
chrome_browser_operations.cc 142 const base::FilePath& setup_path,
146 CommandLine base_command(setup_path);
product.cc 163 void Product::LaunchUserExperiment(const base::FilePath& setup_path,
171 setup_path, options_, status, system_level);
chrome_binaries_operations.cc 88 const base::FilePath& setup_path,
product.h 126 void LaunchUserExperiment(const base::FilePath& setup_path,
installation_state.cc 87 std::wstring setup_path; local
96 key.ReadValue(kUninstallStringField, &setup_path);
99 InstallUtil::MakeUninstallCommand(setup_path, uninstall_arguments,
chrome_app_host_operations.cc 125 const base::FilePath& setup_path,
chrome_frame_operations.cc 132 const base::FilePath& setup_path,
installation_validator_unittest.cc 163 base::FilePath setup_path = GetSetupPath(dist_type, install_level, local
165 return setup_path
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
perf.c 515 setup_path();

Completed in 983 milliseconds