/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, 150 const base::FilePath& setup_path, 174 const base::FilePath& setup_path, 184 const base::FilePath& setup_path,
|
install_worker.cc | 124 const base::FilePath& setup_path, 134 base::FilePath exe_dst(installer_dir.Append(setup_path.BaseName())); 136 if (exe_dst != setup_path) { 137 install_list->AddCopyTreeWorkItem(setup_path.value(), exe_dst.value(), 146 setup_path.value(), active_setup_exe.value(), temp_path.value(), 244 const base::FilePath& setup_path, 259 // --verbose-logging. |setup_path| and |new_version| are optional only when 264 const base::FilePath& setup_path, 271 // setup_path and new_version are required when not uninstalling. 273 (!setup_path.empty() && new_version.IsValid())) [all...] |
uninstall.h | 63 // setup_path: Path to the executable (setup.exe) as it will be copied 74 const base::FilePath& setup_path,
|
install.h | 93 // setup_path: Path to the executable (setup.exe) as it will be copied 111 const base::FilePath& setup_path,
|
install.cc | 162 // setup_path: Path to the executable (setup.exe) as it will be copied 183 const base::FilePath& setup_path, 198 setup_path, 503 const base::FilePath& setup_path, 528 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 | 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())) 797 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_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,
|
chrome_browser_operations.cc | 139 const base::FilePath& setup_path, 143 CommandLine base_command(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 | 122 const base::FilePath& setup_path,
|
chrome_frame_operations.cc | 128 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.c | 490 setup_path();
|