HomeSort by relevance Sort by last modified time
    Searched full:rwamount (Results 1 - 1 of 1) sorted by null

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

Completed in 55 milliseconds