Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DIoTracker.java27 private int totalByteCount; field in IoTracker
33 totalByteCount += byteCount; in trackIo()
34 if (isOpen && opCount > 10 && totalByteCount < 10*512) { in trackIo()
56 totalByteCount = 0; in reset()