HomeSort by relevance Sort by last modified time
    Searched refs:bspatch (Results 1 - 11 of 11) 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 \
96 bspatch: $(BSPATCH_OBJS) bspatch_main.o
97 bspatch: LDLIBS += $(BSPATCH_LIBS)
104 bsdiff_unittest bsdiff bspatch:
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>
78 int result = bsdiff::bspatch(old_data, old_size,
82 LOG(ERROR) << "bspatch failed, result: " << result;
  /external/puffin/src/
puffpatch.cc 15 #include "bsdiff/bspatch.h"
162 // Running bspatch itself.
165 bspatch(reader, writer, &patch[bsdiff_patch_offset], bsdiff_patch_size));
  /system/update_engine/payload_consumer/
delta_performer.cc 37 #include <bsdiff/bspatch.h>
    [all...]
  /system/sepolicy/prebuilts/api/27.0/private/
file_contexts 258 /system/bin/bspatch u:object_r:update_engine_exec:s0
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 253 /system/bin/bspatch u:object_r:update_engine_exec:s0
  /system/sepolicy/prebuilts/api/28.0/private/
file_contexts 274 /system/bin/bspatch u:object_r:update_engine_exec:s0
  /system/sepolicy/private/
file_contexts 274 /system/bin/bspatch u:object_r:update_engine_exec:s0

Completed in 861 milliseconds