Searched refs:procFile (Results 1 – 3 of 3) sorted by relevance
89 final String procFile = new StringBuilder(PROC_FILE_DIR) in readDeltaMs() local94 final byte[] data = mInjector.readData(procFile); in readDeltaMs()96 verifyCpuFreqsCount(data.length, procFile); in readDeltaMs()105 if (DBG) Slog.e(TAG, "Some error occured while reading " + procFile, e); in readDeltaMs()113 private void verifyCpuFreqsCount(int numBytes, String procFile) { in verifyCpuFreqsCount() argument119 + "count from " + procFile + "=" + actualCount); in verifyCpuFreqsCount()244 public byte[] readData(String procFile) throws IOException { in readData() argument245 return Files.readAllBytes(Paths.get(procFile)); in readData()
90 public KernelCpuProcReader(String procFile) { in KernelCpuProcReader() argument91 mProc = Paths.get(procFile); in KernelCpuProcReader()
278 public byte[] readData(String procFile) throws IOException { in readData() argument