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

1 2 34

  /external/bsdiff/
extents_file_unittest.cc 5 #include "bsdiff/extents_file.h"
12 #include "bsdiff/file_interface.h"
21 namespace bsdiff { namespace
210 } // namespace bsdiff
patch_reader_unittest.cc 5 #include "bsdiff/patch_reader.h"
15 #include "bsdiff/brotli_compressor.h"
16 #include "bsdiff/bz2_compressor.h"
17 #include "bsdiff/utils.h"
31 namespace bsdiff {
144 } // namespace bsdiff
  /bootable/recovery/applypatch/
imgdiff.cpp 20 * naive bsdiff of these files is not useful because small changes in the data lead to large
21 * changes in the compressed bitstream; bsdiff patches of gzipped data are typically as large as
25 * "normal" and "gzip". Normal chunks are simply patched using a plain bsdiff. Gzip chunks are
26 * first expanded, then a bsdiff is applied to the uncompressed data, then the patched data is
37 * encoding parameters needed for the gzipped chunks, followed by N bsdiff patches, one per chunk.
62 * bsdiff patch offset (8) [from start of patch file]
66 * bsdiff patch offset (8) [from start of patch file]
80 * bsdiff patch offset (8) [from start of patch file]
95 * size of the uncompressed data after applying the bsdiff patch. The next five parameters
100 * After the header there are 'chunk count' bsdiff patches; the offset of each from the beginnin
    [all...]
  /system/update_engine/payload_consumer/
delta_performer.cc 37 #include <bsdiff/bspatch.h>
679 case InstallOperation::BSDIFF:
681 OP_DURATION_HISTOGRAM("BSDIFF", op_start_time);
    [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.
  /build/make/core/
Makefile     [all...]

Completed in 311 milliseconds

1 2 34