Home
last modified time | relevance | path

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

/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
DMatchingOutputStream.java76 int numReadThisLoop = expectedBytesStream.read(buffer, 0, maxToRead); in write() local
77 if (numReadThisLoop == -1) { in write()
80 for (int matchCount = 0; matchCount < numReadThisLoop; matchCount++) { in write()
85 numReadSoFar += numReadThisLoop; in write()