Home
last modified time | relevance | path

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

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