Searched refs:statusPath (Results 1 – 1 of 1) sorted by relevance
123 final String statusPath = String.format(Locale.US, PROC_STATUS_FILE_FMT, pid); in readMemoryStatFromProcfs() local124 return parseMemoryStatFromProcfs(readFileContents(statPath), readFileContents(statusPath)); in readMemoryStatFromProcfs()132 final String statusPath = String.format(Locale.US, PROC_STATUS_FILE_FMT, pid); in readRssHighWaterMarkFromProcfs() local133 return parseVmHWMFromProcfs(readFileContents(statusPath)); in readRssHighWaterMarkFromProcfs()