Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dimgdiff.cpp276 return uncompressed_data_.data(); in DataForPatch()
283 return uncompressed_data_.size(); in DataLengthForPatch()
302 uncompressed_data_ = std::move(data); in SetUncompressedData()
309 uncompressed_data_.insert(uncompressed_data_.end(), bonus_data.begin(), bonus_data.end()); in SetBonusData()
317 uncompressed_data_.clear(); in ChangeDeflateChunkToNormal()
408 strm.avail_in = uncompressed_data_.size(); in TryReconstruction()
409 strm.next_in = uncompressed_data_.data(); in TryReconstruction()
/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h115 std::vector<uint8_t> uncompressed_data_; variable