Searched refs:expanded_source (Results 1 – 1 of 1) sorted by relevance
238 std::vector<unsigned char> expanded_source(expanded_len); in ApplyImagePatch() local250 strm.next_out = expanded_source.data(); in ApplyImagePatch()274 memcpy(expanded_source.data() + (expanded_len - bonus_size), bonus_data->data.data(), in ApplyImagePatch()279 if (!ApplyBSDiffPatchAndStreamOutput(expanded_source.data(), expanded_len, patch, in ApplyImagePatch()