Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java171 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_BadSignature()
194 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn, (long) 10 + 1); in testApplyPatch_NewLengthMismatch()
217 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_NewLengthNegative()
240 BsPatch.applyPatch( in testApplyPatch_NewLengthTooLarge()
264 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_DiffSegmentLengthNegative()
287 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_DiffSegmentLengthTooLarge()
310 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_CopySegmentLengthNegative()
333 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_CopySegmentLengthTooLarge()
359 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_ExpectedFinalNewDataBytesWritten_PastEOF()
383 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_ExpectedFinalOldDataOffset_Negative()
[all …]
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
DBsPatch.java73 public static void applyPatch( in applyPatch() method in BsPatch
76 applyPatch(oldData, newData, patchData, null); in applyPatch()
91 public static void applyPatch( in applyPatch() method in BsPatch
DBsDiffDeltaApplier.java36 BsPatch.applyPatch(oldBlobRaf, newBlobOut, deltaIn); in applyDelta()
/external/archive-patcher/tools/src/main/java/com/google/archivepatcher/tools/
DFileByFileTool.java164 applyPatch(oldFile, patchFile, new File(newPath)); in run()
213 public static void applyPatch(File oldFile, File patchFile, File newFile) throws IOException { in applyPatch() method in FileByFileTool
/external/clang/utils/analyzer/
DSATestBuild.py253 applyPatch(Dir, PBuildLogFile)
255 def applyPatch(Dir, PBuildLogFile): function