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

  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 210 bool RunProcessAndWait(const wchar_t* exe_path, const std::wstring& cmdline,
499 if (!RunProcessAndWait(NULL, command_line, &exit_code))
580 if (!RunProcessAndWait(NULL, command_line, &exit_code))
631 if (!RunProcessAndWait(NULL, command_line, &exit_code))
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 272 bool RunProcessAndWait(const wchar_t* exe_path, wchar_t* cmdline,
428 (!RunProcessAndWait(NULL, cmd_line.get(), &exit_code) ||
516 return RunProcessAndWait(NULL, cmd_line.get(), exit_code);

Completed in 897 milliseconds