Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DIptablesRestoreControllerTest.cpp85 const std::string getProcStatPath(pid_t pid) { return StringPrintf("/proc/%d/stat", pid); } in getProcStatPath() function in IptablesRestoreControllerTest
107 std::string statPath = getProcStatPath(pid); in expectNoIptablesRestoreProcess()
127 std::string statPath = getProcStatPath(pid); in getRssPages()