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

/system/update_engine/payload_consumer/
H A Ddelta_performer_unittest.cc90 const uint8_t src_deflates[] = { member in namespace:chromeos_update_engine::__anon2730
113 // * Find the location of deflates in src_deflates (in bytes) in the format of
553 brillo::Blob src(std::begin(src_deflates), std::end(src_deflates));
/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc780 vector<puffin::BitExtent> src_deflates; local
782 src_extents, old_deflates, &src_deflates));
791 auto src = src_deflates.begin();
793 for (; src != src_deflates.end() && dst != dst_deflates.end();) {
800 src = src_deflates.erase(src);
809 if (!src_deflates.empty() && !dst_deflates.empty()) {
819 src_deflates,

Completed in 1210 milliseconds