Home
last modified time | relevance | path

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

/system/netd/server/
DIptablesRestoreControllerTest.cpp86 const std::string getProcStatPath(pid_t pid) { return StringPrintf("/proc/%d/stat", pid); } in getProcStatPath() function in IptablesRestoreControllerTest
108 std::string statPath = getProcStatPath(pid); in expectNoIptablesRestoreProcess()
128 std::string statPath = getProcStatPath(pid); in getRssPages()