Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dimgpatch.cpp78 size_t actual_target_length = 0; in ApplyBSDiffPatchAndStreamOutput() local
81 auto compression_sink = [&strm, &actual_target_length, &expected_target_length, &total_written, in ApplyBSDiffPatchAndStreamOutput()
90 if (actual_target_length + len < expected_target_length) { in ApplyBSDiffPatchAndStreamOutput()
109 actual_target_length += len; in ApplyBSDiffPatchAndStreamOutput()
125 if (expected_target_length != actual_target_length) { in ApplyBSDiffPatchAndStreamOutput()
127 << actual_target_length; in ApplyBSDiffPatchAndStreamOutput()