HomeSort by relevance Sort by last modified time
    Searched refs:transformBytes (Results 1 - 2 of 2) sorted by null

  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
BsPatch.java 164 transformBytes((int) diffSegmentLength, patchData, oldData, newData, buffer1, buffer2);
196 static void transformBytes(
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
BsPatchTest.java 79 // In this case the "patch stream" is just a stream of addends that transformBytes(...) will
87 BsPatch.transformBytes(patchInput.length, patchInputStream, oldData, newData, buffer1, buffer2);
95 // transformBytes(...) to apply *2* bytes, which should fail when it hits EOF.
100 BsPatch.transformBytes(2, patchIn, oldData, new ByteArrayOutputStream(), buffer1, buffer2);
115 BsPatch.transformBytes(
134 BsPatch.transformBytes(

Completed in 6964 milliseconds