summaryrefslogtreecommitdiff
path: root/base/process_test.cpp
AgeCommit message (Collapse)Author
2020-05-19Migrate system/core/base to system/libbaseBaligh Uddin
BUG: 148941208 test: TH Change-Id: I1134f1e9e968b9273748e2483bea8d25e5c9e994
2019-07-01Add android::base::GetPids() function to return all pidsTom Cherry
We loop over /proc to iterate through pids in a lot of code, so let's consolidate this into a single function in libbase. Test: new unit test Change-Id: I908fab90b603546d0e3e8b8acdc8dadfc3552d62