Searched refs:getProcStatPath (Results 1 – 1 of 1) sorted by relevance
86 const std::string getProcStatPath(pid_t pid) { return StringPrintf("/proc/%d/stat", pid); } in getProcStatPath() function in IptablesRestoreControllerTest108 std::string statPath = getProcStatPath(pid); in expectNoIptablesRestoreProcess()128 std::string statPath = getProcStatPath(pid); in getRssPages()