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

  /bootable/recovery/applypatch/
bspatch.cpp 68 int ApplyBSDiffPatch(const unsigned char* old_data, size_t old_size, const Value& patch,
imgpatch.cpp 51 // This function is a wrapper of ApplyBSDiffPatch(). It has a custom sink function to deflate the
113 int bspatch_result = ApplyBSDiffPatch(src_data, src_len, patch, patch_offset, compression_sink);
184 if (ApplyBSDiffPatch(old_data + src_start, src_len, patch, patch_offset, sink) != 0) {
applypatch.cpp 375 result = ApplyBSDiffPatch(source_file.data.data(), source_file.data.size(), patch, 0, sink);
  /bootable/recovery/applypatch/include/applypatch/
applypatch.h 108 int ApplyBSDiffPatch(const unsigned char* old_data, size_t old_size, const Value& patch,
  /bootable/recovery/updater/
blockimg.cpp     [all...]

Completed in 79 milliseconds