Searched refs:OpenProcessHandle (Results 1 - 7 of 7) 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.h45 BASE_EXPORT bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle);
62 // Closes the process handle opened by OpenProcessHandle.
H A Dprocess_handle_win.cc23 bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle) { function in namespace:base
/external/chromium_org/base/memory/
H A Dscoped_open_process.h28 return OpenProcessHandle(pid, &handle_);
/external/chromium_org/chrome/test/base/
H A Dchrome_process_util.cc53 if (!base::OpenProcessHandle(*it, &handle)) {
/external/chromium_org/chrome/test/perf/
H A Dperf_test.cc56 if (!base::OpenProcessHandle(*it, &process_handle)) {
272 if (!base::OpenProcessHandle(*it, &process_handle)) {
/external/chromium_org/sandbox/linux/services/
H A Dunix_domain_socket_unittest.cc60 CHECK(base::OpenProcessHandle(pid, &handle));

Completed in 1048 milliseconds