Home
last modified time | relevance | path

Searched refs:GetProcId (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/process/
Dprocess_handle_posix.cc19 ProcessId GetProcId(ProcessHandle process) { in GetProcId() function
Dprocess_handle.h87 BASE_EXPORT ProcessId GetProcId(ProcessHandle process);
Dprocess_posix.cc294 return GetProcId(process_); in Pid()
Dprocess_util_unittest.cc517 TEST_F(ProcessUtilTest, GetProcId) { in TEST_F() argument
518 ProcessId id1 = GetProcId(GetCurrentProcess()); in TEST_F()