Home
last modified time | relevance | path

Searched refs:applyPatch (Results 1 – 4 of 4) sorted by relevance

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java173 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_BadSignature()
196 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_NewLengthNegative()
219 BsPatch.applyPatch( in testApplyPatch_NewLengthTooLarge()
243 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_DiffSegmentLengthNegative()
266 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_DiffSegmentLengthTooLarge()
289 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_CopySegmentLengthNegative()
312 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_CopySegmentLengthTooLarge()
338 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_ExpectedFinalNewDataBytesWritten_PastEOF()
362 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_ExpectedFinalOldDataOffset_Negative()
386 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_ExpectedFinalOldDataOffset_PastEOF()
[all …]
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
DBsDiffDeltaApplier.java36 BsPatch.applyPatch(oldBlobRaf, newBlobOut, deltaIn); in applyDelta()
DBsPatch.java68 public static void applyPatch( in applyPatch() method in BsPatch
/external/clang/utils/analyzer/
DSATestBuild.py253 applyPatch(Dir, PBuildLogFile)
255 def applyPatch(Dir, PBuildLogFile): function