HomeSort by relevance Sort by last modified time
    Searched full:bsdiff (Results 26 - 50 of 61) sorted by null

12 3

  /bootable/recovery/applypatch/
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
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...]
applypatch.h 71 // bsdiff.c
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
main.c 167 // bsdiff <patch> to <src-file> to produce a new file (the type of patch
imgpatch.c 176 // Next, apply the bsdiff patch (in memory) to the uncompressed
  /external/chromium_org/courgette/
description.md 19 using Courgette's core techniques that make the bsdiff delta
75 bsdiff, even the function is located in a different part of the
89 ### bsdiff
description.html 15 using Courgette's core techniques that make the bsdiff delta
67 bsdiff, even the function is located in a different part of the
83 <h3>bsdiff</h3>
bsdiff_memory_unittest.cc 5 #include "courgette/third_party/bsdiff.h"
courgette.gyp 14 'third_party/bsdiff.h',
courgette_tool.cc 19 #include "courgette/third_party/bsdiff.h"
205 // stream of the EncodedProgram format. Each file is the bsdiff between the
  /external/chromium_org/android_webview/tools/
known_issues.py 42 'third_party/bsdiff',
  /external/chromium_org/chrome/installer/setup/
archive_patch_helper.cc 97 << " using bsdiff. err=" << result;
setup_util.cc 32 #include "courgette/third_party/bsdiff.h"
123 VLOG(1) << "Applying bsdiff patch " << patch.value()
135 << "Failed to apply bsdiff patch " << patch.value()
  /external/chromium_org/chrome/browser/component_updater/test/
component_patcher_unittest.cc 19 #include "courgette/third_party/bsdiff.h"
152 // Verify that a 'bsdiff' delta update operation works correctly.
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 2 bsdiff.c -- Binary patch generator.
25 #include "courgette/third_party/bsdiff.h"
43 // The following code is taken verbatim from 'bsdiff.c'. Please keep all the
207 VLOG(1) << "Start bsdiff";
446 << "\nUncompressed bsdiff patch size "
448 << "\nEnd bsdiff "
bsdiff_apply.cc 37 #include "courgette/third_party/bsdiff.h"
  /external/bsdiff/
bsdiff.c 28 __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bsdiff/bsdiff.c,v 1.1 2005/08/06 01:59:05 cperciva Exp $");
  /device/lge/hammerhead/
releasetools.py 72 diff = common.Difference(tf, sf, diff_program="bsdiff")
  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.cc 45 else if (operation == "bsdiff")
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 28 __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bsdiff/bsdiff.c,v 1.1 2005/08/06 01:59:05 cperciva Exp $");
54 #include "chrome/installer/mac/third_party/bsdiff/sha1_adapter.h"
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 28 BSDIFF_EXEC = "bsdiff.exe"
221 # If we are generating a patch, run bsdiff against previous build and
570 parser.add_option('-a', '--diff_algorithm', default='BSDIFF',
572 '{BSDIFF|COURGETTE}.')
  /device/asus/deb/
releasetools.py 72 diff = common.Difference(tf, sf, diff_program="bsdiff")
  /device/asus/flo/
releasetools.py 85 diff = common.Difference(tf, sf, diff_program="bsdiff")
  /device/lge/mako/
releasetools.py 72 diff = common.Difference(tf, sf, diff_program="bsdiff")

Completed in 364 milliseconds

12 3