Searched refs:statPath (Results 1 – 1 of 1) sorted by relevance
85 final String statPath = String.format(Locale.US, MEMORY_STAT_FILE_FMT, uid, pid); in readMemoryStatFromMemcg() local86 return parseMemoryStatFromMemcg(readFileContents(statPath)); in readMemoryStatFromMemcg()96 final String statPath = String.format(Locale.US, PROC_STAT_FILE_FMT, pid); in readMemoryStatFromProcfs() local97 return parseMemoryStatFromProcfs(readFileContents(statPath)); in readMemoryStatFromProcfs()