Home
last modified time | relevance | path

Searched defs:patchInputStream (Results 1 – 1 of 1) sorted by relevance

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java82 final ByteArrayInputStream patchInputStream = new ByteArrayInputStream(patchInput); in testTransformBytes() local
110 final ByteArrayInputStream patchInputStream = new ByteArrayInputStream(patchInput); in testTransformBytes_Error_JunkPatch() local
126 final ByteArrayInputStream patchInputStream = new ByteArrayInputStream(patchInput); in testTransformBytes_Error_JunkPatch_Underflow() local
658 InputStream patchInputStream = new ByteArrayInputStream(readTestData(patchPatch)); in invokeApplyPatch() local