Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
DBsPatch.java116 long newDataBytesWritten = 0; // monotonically increases from 0 .. |expectedNewSize| in applyPatchInternal() local
118 while (newDataBytesWritten < newSize) { in applyPatchInternal()
148 newDataBytesWritten + diffSegmentLength + copySegmentLength; in applyPatchInternal()
169 newDataBytesWritten = expectedFinalNewDataBytesWritten; in applyPatchInternal()