HomeSort by relevance Sort by last modified time
    Searched refs:bspatch (Results 1 - 7 of 7) sorted by null

  /external/bsdiff/include/bsdiff/
bspatch.h 20 int bspatch(const char* old_filename,
27 int bspatch(const char* old_filename,
35 int bspatch(const uint8_t* old_data,
42 int bspatch(const std::unique_ptr<FileInterface>& old_file,
  /external/bsdiff/
bspatch_main.cc 8 #include "bsdiff/bspatch.h"
26 return bsdiff::bspatch(argv[1], argv[2], argv[3], old_extents, new_extents);
Makefile 4 EXECUTABLES-y := bspatch
48 # "bspatch" program.
51 bspatch.cc \
98 bspatch: $(BSPATCH_OBJS) bspatch_main.o
99 bspatch: LDLIBS += $(BSPATCH_LIBS)
106 bsdiff_unittest bsdiff bspatch:
bspatch_fuzzer.cc 9 #include "bsdiff/bspatch.h"
22 bsdiff::bspatch(source, target, data, size);
bspatch.cc 28 __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.1 2005/08/06 01:59:06 cperciva Exp $");
31 #include "bsdiff/bspatch.h"
148 int bspatch(const char* old_filename, function in namespace:bsdiff
168 return bspatch(old_filename, new_filename, patch.data(), patch_size,
176 int bspatch(const char* old_filename, function in namespace:bsdiff
225 return bspatch(old_file, new_file, patch_data, patch_size);
230 int bspatch(const uint8_t* old_data, function in namespace:bsdiff
238 return bspatch(old_file, new_file, patch_data, patch_size);
243 int bspatch(const std::unique_ptr<FileInterface>& old_file function in namespace:bsdiff
    [all...]
  /bootable/recovery/applypatch/
bspatch.cpp 17 // This file is a nearly line-for-line copy of bspatch.c from the
29 #include <bsdiff/bspatch.h>
72 int result = bsdiff::bspatch(old_data, old_size,
76 LOG(ERROR) << "bspatch failed, result: " << result;
  /external/puffin/src/
puffpatch.cc 15 #include "bsdiff/bspatch.h"
171 // Running bspatch itself.
172 TEST_AND_RETURN_FALSE(0 == bspatch(reader, writer,

Completed in 152 milliseconds