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

  /external/chromium_org/chrome/installer/util/
installation_state.cc 87 std::wstring setup_path; local
96 key.ReadValue(kUninstallStringField, &setup_path);
99 InstallUtil::MakeUninstallCommand(setup_path, uninstall_arguments,
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/util/
exec_cmd.c 82 void setup_path(void) function
  /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...]

Completed in 202 milliseconds