Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
DBsPatch.java164 transformBytes((int) diffSegmentLength, patchData, oldData, newData, buffer1, buffer2); in applyPatchInternal()
196 static void transformBytes( in transformBytes() method in BsPatch
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java87 BsPatch.transformBytes(patchInput.length, patchInputStream, oldData, newData, buffer1, buffer2); in testTransformBytes()
100 BsPatch.transformBytes(2, patchIn, oldData, new ByteArrayOutputStream(), buffer1, buffer2); in testTransformBytes_Error_NotEnoughBytes()
115 BsPatch.transformBytes( in testTransformBytes_Error_JunkPatch()
134 BsPatch.transformBytes( in testTransformBytes_Error_JunkPatch_Underflow()