Searched defs:dst_deflates (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddelta_performer_unittest.cc100 const uint8_t dst_deflates[] = { member in namespace:chromeos_update_engine::__anon2730
115 // * Do previous three steps for dst_deflates.
566 brillo::Blob dst(std::begin(dst_deflates), std::end(dst_deflates));
/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc784 vector<puffin::BitExtent> dst_deflates; local
786 dst_extents, new_deflates, &dst_deflates));
792 auto dst = dst_deflates.begin();
793 for (; src != src_deflates.end() && dst != dst_deflates.end();) {
801 dst = dst_deflates.erase(dst);
809 if (!src_deflates.empty() && !dst_deflates.empty()) {
820 dst_deflates,

Completed in 51 milliseconds