Searched refs:old_size (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/applypatch/ |
D | bspatch.cpp | 68 int ApplyBSDiffPatch(const unsigned char* old_data, size_t old_size, const Value& patch, in ApplyBSDiffPatch() argument 72 int result = bsdiff::bspatch(old_data, old_size, in ApplyBSDiffPatch()
|
D | imgpatch.cpp | 135 int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const unsigned char* patch_data, in ApplyImagePatch() argument 139 return ApplyImagePatch(old_data, old_size, patch, sink, nullptr); in ApplyImagePatch() 142 int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const Value& patch, SinkFn sink, in ApplyImagePatch() argument 180 if (src_start + src_len > old_size) { in ApplyImagePatch() 225 if (src_start + src_len > old_size) { in ApplyImagePatch()
|
/bootable/recovery/applypatch/include/applypatch/ |
D | imgpatch.h | 26 int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const unsigned char* patch_data,
|
D | applypatch.h | 109 int ApplyBSDiffPatch(const unsigned char* old_data, size_t old_size, const Value& patch, 117 int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const Value& patch, SinkFn sink,
|
/bootable/recovery/updater/ |
D | updater_runtime_dynamic_partitions.cpp | 246 auto old_size = group->maximum_size(); in PerformOpResizeGroup() local 247 if (old_size != new_size.value()) { in PerformOpResizeGroup() 249 LOG(ERROR) << "Cannot resize group " << group_name_suffix << " from " << old_size << " to " in PerformOpResizeGroup()
|