Searched defs:OpenProcessHandle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_handle_posix.cc19 bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle) { function in namespace:base
29 return OpenProcessHandle(pid, handle);
37 return OpenProcessHandle(pid, handle);
41 // See OpenProcessHandle, nothing to do.
H A Dprocess_handle_win.cc23 bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle) { function in namespace:base

Completed in 1087 milliseconds