Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
DAlmostFullTest.java109 FileUtil.doSequentialUpdateTest(getContext(), DIR_SEQ_UPDATE, getReportLog(), FILE_SIZE, in testSequentialUpdate()
DSequentialRWTest.java84 FileUtil.doSequentialUpdateTest(getContext(), DIR_SEQ_UPDATE, getReportLog(), fileSize, in testSingleSequentialUpdate()
DFileUtil.java379 public static void doSequentialUpdateTest(Context context, String dirName, ReportLog report, in doSequentialUpdateTest() method in FileUtil