Searched refs:bspatch (Results 1 – 11 of 11) sorted by relevance
/external/bsdiff/include/bsdiff/ |
D | 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/ |
D | Makefile | 4 EXECUTABLES-y := bspatch 51 bspatch.cc \ 98 bspatch: $(BSPATCH_OBJS) bspatch_main.o target 99 bspatch: LDLIBS += $(BSPATCH_LIBS) target 106 bsdiff_unittest bsdiff bspatch: target
|
D | bspatch.cc | 149 int bspatch(const char* old_filename, in bspatch() function 169 return bspatch(old_filename, new_filename, patch.data(), patch_size, in bspatch() 177 int bspatch(const char* old_filename, in bspatch() function 226 return bspatch(old_file, new_file, patch_data, patch_size); in bspatch() 231 int bspatch(const uint8_t* old_data, in bspatch() function 239 return bspatch(old_file, new_file, patch_data, patch_size); in bspatch() 244 int bspatch(const std::unique_ptr<FileInterface>& old_file, in bspatch() function
|
D | BUILD.gn | 20 ":bspatch", 61 "bspatch.cc", 76 executable("bspatch") {
|
D | Android.bp | 59 "bspatch.cc", 98 // Host executables: bsdiff and bspatch are only built for the host. 100 name: "bspatch",
|
D | bspatch_main.cc | 26 return bsdiff::bspatch(argv[1], argv[2], argv[3], old_extents, new_extents); in main()
|
D | libbspatch.pc | 4 Description: bspatch library for applying delta patches
|
D | .gitignore | 14 /bspatch
|
D | bspatch_fuzzer.cc | 22 bsdiff::bspatch(source, target, data, size); in FuzzBspatch()
|
D | README.chromium | 9 bsdiff and bspatch are tools for building and applying patches to binary
|
/external/puffin/src/ |
D | puffpatch.cc | 172 TEST_AND_RETURN_FALSE(0 == bspatch(reader, writer, in PuffPatch()
|