Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dimgpatch.cpp238 std::vector<unsigned char> expanded_source(expanded_len); in ApplyImagePatch() local
250 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()