Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
DFileUtil.java195 RWAmount prevAmount = new RWAmount(); in measureIO()
205 RWAmount currentAmount = getRWAmount(procIo); in measureIO()
214 private static class RWAmount { class in FileUtil
219 private static RWAmount getRWAmount(File file) throws IOException { in getRWAmount()
220 RWAmount amount = new RWAmount(); in getRWAmount()