Searched refs:GetParentProcessId (Results 1 - 9 of 9) sorted by path

/external/chromium_org/base/process/
H A Dkill_posix.cc356 ProcessHandle parent_pid = GetParentProcessId(handle);
H A Dprocess_handle.h89 BASE_EXPORT ProcessId GetParentProcessId(ProcessHandle process);
H A Dprocess_handle_freebsd.cc14 ProcessId GetParentProcessId(ProcessHandle process) { function in namespace:base
H A Dprocess_handle_linux.cc12 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
H A Dprocess_util_unittest.cc903 TEST_F(ProcessUtilTest, GetParentProcessId) {
904 base::ProcessId ppid = base::GetParentProcessId(base::GetCurrentProcId());
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix.cc1040 pid = base::GetParentProcessId(pid);
/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 299 milliseconds