Searched defs:procStatFile (Results 1 – 3 of 3) sorted by relevance
575 File procStatFile) { in newCpuInfoReader()
104 CpuInfoReader(File cpusetDir, File cpuFreqDir, File procStatFile, long minReadIntervalMillis) { in CpuInfoReader()360 boolean setProcStatFile(File procStatFile) { in setProcStatFile()
1672 final String procStatFile = "/proc/" + pid + "/stat"; in isProcessAliveLocked() local