HomeSort by relevance Sort by last modified time
    Searched full:expanded_len (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/applypatch/
imgpatch.c 117 size_t expanded_len = Read8(deflate_header+24); local
128 // Note: expanded_len will include the bonus data size if
134 unsigned char* expanded_source = malloc(expanded_len);
137 expanded_len);
147 strm.avail_out = expanded_len;
173 memcpy(expanded_source + (expanded_len - bonus_size),
181 if (ApplyBSDiffPatchMem(expanded_source, expanded_len,
193 ssize_t temp_size = expanded_len;

Completed in 906 milliseconds