Home
last modified time | relevance | path

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

/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java280 final int totalReadCount = (int)(fileSize / bufferSize); in doRandomReadTest() local
281 final int[] readOffsets = new int[totalReadCount]; in doRandomReadTest()
282 for (int i = 0; i < totalReadCount; i++) { in doRandomReadTest()
288 final int readsInOneMeasure = totalReadCount / runsInOneGo; in doRandomReadTest()