Home
last modified time | relevance | path

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

/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java197 RWAmount prevAmount = new RWAmount(); in measureIO()
207 RWAmount currentAmount = getRWAmount(procIo); in measureIO()
216 private static class RWAmount { class in FileUtil
221 private static RWAmount getRWAmount(File file) throws IOException { in getRWAmount()
222 RWAmount amount = new RWAmount(); in getRWAmount()