Home
last modified time | relevance | path

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

/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java199 prevAmount = getRWAmount(procIo); in measureIO()
207 RWAmount currentAmount = getRWAmount(procIo); in measureIO()
221 private static RWAmount getRWAmount(File file) throws IOException { in getRWAmount() method in FileUtil