Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
DFileUtil.java197 prevAmount = getRWAmount(procIo); in measureIO()
205 RWAmount currentAmount = getRWAmount(procIo); in measureIO()
219 private static RWAmount getRWAmount(File file) throws IOException { in getRWAmount() method in FileUtil