Searched refs:statPath (Results 1 – 1 of 1) sorted by relevance
111 final String statPath = String.format(Locale.US, MEMORY_STAT_FILE_FMT, uid, pid); in readMemoryStatFromMemcg() local112 return parseMemoryStatFromMemcg(readFileContents(statPath)); in readMemoryStatFromMemcg()122 final String statPath = String.format(Locale.US, PROC_STAT_FILE_FMT, pid); in readMemoryStatFromProcfs() local124 return parseMemoryStatFromProcfs(readFileContents(statPath), readFileContents(statusPath)); in readMemoryStatFromProcfs()