Home
last modified time | relevance | path

Searched refs:src_start (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/applypatch/
Dimgpatch.cpp176 size_t src_start = static_cast<size_t>(Read8(normal_header)); in ApplyImagePatch() local
180 if (src_start + src_len > old_size) { in ApplyImagePatch()
184 if (ApplyBSDiffPatch(old_data + src_start, src_len, patch, patch_offset, sink) != 0) { in ApplyImagePatch()
220 size_t src_start = static_cast<size_t>(Read8(deflate_header)); in ApplyImagePatch() local
225 if (src_start + src_len > old_size) { in ApplyImagePatch()
248 strm.next_in = old_data + src_start; in ApplyImagePatch()