Searched refs:copySegmentLength (Results 1 – 2 of 2) sorted by relevance
128 final long copySegmentLength = readBsdiffLong(patchData); in applyPatchInternal() local140 if (copySegmentLength < 0 || copySegmentLength > Integer.MAX_VALUE) { in applyPatchInternal()148 newDataBytesWritten + diffSegmentLength + copySegmentLength; in applyPatchInternal()166 if (copySegmentLength > 0) { in applyPatchInternal()167 pipe(patchData, newData, buffer1, (int) copySegmentLength); in applyPatchInternal()
758 long copySegmentLength, in makePatch() argument766 writeBsdiffLong(copySegmentLength, out); in makePatch()