Home
last modified time | relevance | path

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

/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java198 RWAmount prevAmount = new RWAmount(); in measureIO() local
200 prevAmount = getRWAmount(procIo); in measureIO()
209 readAmount[i] = currentAmount.mRd - prevAmount.mRd; in measureIO()
210 writeAmount[i] = currentAmount.mWr - prevAmount.mWr; in measureIO()
211 prevAmount = currentAmount; in measureIO()