Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.cc802 vector<puffin::BitExtent> src_deflates; in ReadExtentsToDiff() local
804 src_extents, old_deflates, &src_deflates)); in ReadExtentsToDiff()
811 old_data, new_data, &src_deflates, &dst_deflates); in ReadExtentsToDiff()
816 old_data, &src_deflates)); in ReadExtentsToDiff()
823 if (!src_deflates.empty() && !dst_deflates.empty()) { in ReadExtentsToDiff()
833 src_deflates, in ReadExtentsToDiff()
/system/update_engine/payload_consumer/
Ddelta_performer_unittest.cc99 const uint8_t src_deflates[] = { variable
614 brillo::Blob src(std::begin(src_deflates), std::end(src_deflates)); in TEST_F()