Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dimgdiff.cpp427 size_t compressed_size = buffer.size() - strm.avail_out; in TryReconstruction() local
428 if (memcmp(buffer.data(), input_file_ptr_->data() + start_ + offset, compressed_size) != 0) { in TryReconstruction()
433 offset += compressed_size; in TryReconstruction()