Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DMemoryStatUtil.java123 final String statusPath = String.format(Locale.US, PROC_STATUS_FILE_FMT, pid); in readMemoryStatFromProcfs() local
124 return parseMemoryStatFromProcfs(readFileContents(statPath), readFileContents(statusPath)); in readMemoryStatFromProcfs()
132 final String statusPath = String.format(Locale.US, PROC_STATUS_FILE_FMT, pid); in readRssHighWaterMarkFromProcfs() local
133 return parseVmHWMFromProcfs(readFileContents(statusPath)); in readRssHighWaterMarkFromProcfs()