Searched defs:GetParentProcessId (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_handle_linux.cc12 ProcessId GetParentProcessId(ProcessHandle process) { function in namespace:base
H A Dprocess_handle_freebsd.cc14 ProcessId GetParentProcessId(ProcessHandle process) { function in namespace:base
H A Dprocess_handle_mac.cc15 ProcessId GetParentProcessId(ProcessHandle process) { function in namespace:base
H A Dprocess_handle_openbsd.cc13 ProcessId GetParentProcessId(ProcessHandle process) { function in namespace:base
/external/chromium_org/sandbox/linux/services/
H A Dunix_domain_socket_unittest.cc55 base::ProcessId GetParentProcessId(base::ProcessId pid) { function in namespace:sandbox::__anon10582
56 // base::GetParentProcessId() is defined as taking a ProcessHandle instead of
61 base::ProcessId ret = base::GetParentProcessId(pid);
215 // GetParentProcessId() to return a valid pid, hence the pipe trickery.
222 CHECK_EQ(pid, GetParentProcessId(sender_pid));

Completed in 337 milliseconds