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

  /external/chromium_org/chrome/installer/util/
wmi.h 62 class WMIProcess {
wmi_unittest.cc 46 bool result = WMIProcess::Launch(L"cmd.exe /c echo excelent!", &pid);
google_chrome_distribution.cc 115 installer::WMIProcess::Launch(command, &pid);
wmi.cc 96 bool WMIProcess::Launch(const std::wstring& command_line, int* process_id) {
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 245 if (!installer::WMIProcess::Launch(::GetCommandLineW(), &process_id))
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 540 if (!installer::WMIProcess::Launch(chrome_command.GetCommandLineString(),

Completed in 609 milliseconds