Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
DBsPatch.java134 final long offsetToNextInput = readBsdiffLong(patchData); in applyPatchInternal() local
143 if (offsetToNextInput < Integer.MIN_VALUE || offsetToNextInput > Integer.MAX_VALUE) { in applyPatchInternal()
153 final long expectedFinalOldDataOffset = oldDataOffset + diffSegmentLength + offsetToNextInput; in applyPatchInternal()
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java759 long offsetToNextInput, in makePatch() argument
767 writeBsdiffLong(offsetToNextInput, out); in makePatch()