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