HomeSort by relevance Sort by last modified time
    Searched refs:bsdiff (Results 26 - 39 of 39) sorted by null

12

  /external/bsdiff/
extents.cc 16 namespace bsdiff { namespace
113 } // namespace bsdiff
bsdiff.cc 28 __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bsdiff/bsdiff.c,v 1.1 2005/08/06 01:59:05 cperciva Exp $");
31 #include "bsdiff.h"
45 namespace bsdiff { namespace
106 int bsdiff(const char* old_filename, const char* new_filename, function in namespace:bsdiff
130 int ret = bsdiff(old_buf, oldsize, new_buf, newsize, patch_filename, nullptr);
138 // Generate bsdiff patch from |old_buf| to |new_buf|, save the patch file to
142 int bsdiff(const u_char* old_buf, off_t oldsize, const u_char* new_buf, function in namespace:bsdiff
353 } // namespace bsdiff
    [all...]
extents_file.cc 18 namespace bsdiff { namespace
117 } // namespace bsdiff
file.cc 25 namespace bsdiff { namespace
131 } // namespace bsdiff
bspatch.cc 28 __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.1 2005/08/06 01:59:06 cperciva Exp $");
97 int ReadBZ2AndWriteAll(const std::unique_ptr<bsdiff::FileInterface>& file,
119 namespace bsdiff { namespace
303 fprintf(stderr, "Not a bsdiff patch.\n");
481 } // namespace bsdiff
extents_file_unittest.cc 22 namespace bsdiff { namespace
211 } // namespace bsdiff
  /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.cpp 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...]
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
BsPatch.java 15 package com.google.archivepatcher.applier.bsdiff;
28 * available here: https://github.com/mendsley/bsdiff. This implementation supports a maximum file
179 * returns. This is the core of the bsdiff patching algorithm. |buffer1.length| must equal
182 * @param diffLength the length of the BsDiff entry (how many bytes to read and apply).
183 * @param patchData the input stream from the BsDiff patch containing diff bytes. This stream
219 * bsdiff implementation).
  /bootable/recovery/tests/component/
updater_test.cpp 32 #include <bsdiff.h>
528 ASSERT_EQ(0, bsdiff::bsdiff(reinterpret_cast<const uint8_t*>(src_content.data()),
537 // Add two transfer lists. The first one contains a bsdiff; and we expect the update to succeed.
546 android::base::StringPrintf("bsdiff 0 %zu %s %s 2,0,2 2 - %s:2,0,2", patch_content.size(),
  /system/update_engine/
Android.mk 718 bsdiff \
862 # bsdiff (type: executable)
864 # We need bsdiff in the update_engine_unittests directory, so we build it here.
868 LOCAL_MODULE_STEM := bsdiff
870 LOCAL_SRC_FILES := ../../external/bsdiff/bsdiff_main.cc
    [all...]
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
BsPatchTest.java 15 package com.google.archivepatcher.applier.bsdiff;
772 // Copied from com.google.archivepatcher.generator.bsdiff.BsUtil for convenience.
  /system/update_engine/payload_consumer/
delta_performer.cc 726 case InstallOperation::BSDIFF:
    [all...]
  /build/make/core/
Makefile     [all...]

Completed in 567 milliseconds

12