OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bsdiff
(Results
1 - 8
of
8
) sorted by null
/external/bsdiff/
Makefile
7
all:
bsdiff
bspatch
8
bsdiff
:
bsdiff
.c
12
${INSTALL_PROGRAM}
bsdiff
bspatch ${PREFIX}/bin
14
${INSTALL_MAN}
bsdiff
.1 bspatch.1 ${PREFIX}/man/man1
Android.mk
18
LOCAL_SRC_FILES :=
bsdiff
.c
19
LOCAL_MODULE :=
bsdiff
/bootable/recovery/applypatch/
applypatch.sh
85
run_command rm $WORK_DIR/patch.
bsdiff
158
$ADB push $DATA_DIR/patch.
bsdiff
$WORK_DIR
177
testname "apply
bsdiff
patch"
178
run_command $WORK_DIR/applypatch $WORK_DIR/old.file - $NEW_SHA1 $NEW_SIZE $BAD1_SHA1:$WORK_DIR/foo $OLD_SHA1:$WORK_DIR/patch.
bsdiff
|| fail
182
testname "reapply
bsdiff
patch"
183
run_command $WORK_DIR/applypatch $WORK_DIR/old.file - $NEW_SHA1 $NEW_SIZE $BAD1_SHA1:$WORK_DIR/foo $OLD_SHA1:$WORK_DIR/patch.
bsdiff
|| fail
191
$ADB push $DATA_DIR/patch.
bsdiff
$WORK_DIR
211
testname "apply
bsdiff
patch to new location"
212
run_command $WORK_DIR/applypatch $WORK_DIR/old.file $WORK_DIR/new.file $NEW_SHA1 $NEW_SIZE $BAD1_SHA1:$WORK_DIR/foo $OLD_SHA1:$WORK_DIR/patch.
bsdiff
|| fail
216
testname "reapply
bsdiff
patch to new location
[
all
...]
imgdiff_test.sh
87
bsdiff
$tmpdir/source $tmpdir/target $tmpdir/patch.bs
88
echo "patch for $fn is $(size $tmpdir/patch) [of $(size $tmpdir/target)] ($(size $tmpdir/patch.bs) with
bsdiff
)"
89
echo "$fn $(size $tmpdir/patch) of $(size $tmpdir/target)
bsdiff
$(size $tmpdir/patch.bs)" >> /tmp/stats.txt
Android.mk
50
LOCAL_SRC_FILES := imgdiff.c utils.c
bsdiff
.c
imgdiff.c
20
* data interspersed with uncompressed data. Doing a naive
bsdiff
of
22
* large changes in the compressed bitstream;
bsdiff
patches of gzipped
27
* patched using a plain
bsdiff
. Gzip chunks are first expanded, then a
28
*
bsdiff
is applied to the uncompressed data, then the patched data is
43
* chunks, followed by N
bsdiff
patches, one per chunk.
71
*
bsdiff
patch offset (8) [from start of patch file]
75
*
bsdiff
patch offset (8) [from start of patch file]
89
*
bsdiff
patch offset (8) [from start of patch file]
106
* the
bsdiff
patch. The next five parameters specify the zlib
112
* After the header there are 'chunk count'
bsdiff
patches; the offse
[
all
...]
bsdiff.c
18
* Most of this code comes from
bsdiff
.c from the
bsdiff
-4.3
213
// This is main() from
bsdiff
.c, with the following changes:
221
//
bsdiff
() multiple times with the same 'old' data, we only do
224
int
bsdiff
(u_char* old, off_t oldsize, off_t** IP, u_char* new, off_t newsize,
function
/build/core/
Makefile
811
$(HOST_OUT_EXECUTABLES)/
bsdiff
[
all
...]
Completed in 95 milliseconds