platform_build/tools/applypatch
Doug Zongker d98e087042 integrate bsdiff into imgdiff, instead of using subprocess
Integrate the bsdiff code into imgdiff so we can just call it rather
than writing temp files and invoking bsdiff as a subprocess.  When
computing multiple patches from the same source file, we can also save
time by doing some bsdiff preprocessing on the source file only once.

(Note this renames the existing 'bsdiff.c' -- which actually does
patching in applypatch -- to 'bspatch.c', and introduces a new
bsdiff.c linked into imgdiff.)
2009-09-25 11:52:00 -07:00
..
testdata auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
Android.mk integrate bsdiff into imgdiff, instead of using subprocess 2009-09-25 11:52:00 -07:00
applypatch.c applypatch changes for patching recovery image 2009-07-22 19:15:59 -07:00
applypatch.h applypatch changes for patching recovery image 2009-07-22 19:15:59 -07:00
applypatch.sh allow separate source and target files for applypatch 2009-05-08 15:43:26 -07:00
bsdiff.c integrate bsdiff into imgdiff, instead of using subprocess 2009-09-25 11:52:00 -07:00
bspatch.c integrate bsdiff into imgdiff, instead of using subprocess 2009-09-25 11:52:00 -07:00
freecache.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
imgdiff.c integrate bsdiff into imgdiff, instead of using subprocess 2009-09-25 11:52:00 -07:00
imgdiff.h better patching for zip files 2009-07-20 14:45:29 -07:00
imgdiff_test.sh better patching for zip files 2009-07-20 14:45:29 -07:00
imgpatch.c applypatch changes for patching recovery image 2009-07-22 19:15:59 -07:00
main.c make applypatch into a static library 2009-06-12 09:42:43 -07:00
utils.c better patching for zip files 2009-07-20 14:45:29 -07:00
utils.h better patching for zip files 2009-07-20 14:45:29 -07:00