Searched defs:cmd_handle (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher_win.cc154 base::win::ScopedHandle cmd_handle; local
155 if (!base::LaunchProcess(command.c_str(), options, &cmd_handle)) {
166 base::KillProcess(cmd_handle.Get(), 0, false);
172 *process_handle = cmd_handle.Take();

Completed in 109 milliseconds