HomeSort by relevance Sort by last modified time
    Searched refs:src_deflates (Results 1 - 6 of 6) sorted by null

  /external/puffin/src/include/puffin/
puffdiff.h 20 // |src_deflates| IN Deflate locations in |src|.
28 const std::vector<BitExtent>& src_deflates,
38 const std::vector<BitExtent>& src_deflates,
  /external/puffin/src/
puffdiff.cc 51 const vector<BitExtent>& src_deflates,
61 CopyVectorToRpf(src_deflates, header.mutable_src()->mutable_deflates(), 1);
99 const vector<BitExtent>& src_deflates,
123 TEST_AND_RETURN_FALSE(puff_deflate_stream(std::move(src), src_deflates,
143 bsdiff_patch_buf, src_deflates, dst_deflates, src_puffs, dst_puffs,
150 const vector<BitExtent>& src_deflates,
155 MemoryStream::CreateForRead(dst), src_deflates, dst_deflates,
patching_unittest.cc 29 const vector<BitExtent>& src_deflates,
36 ASSERT_TRUE(PuffDiff(src_buf, dst_buf, src_deflates, dst_deflates, patch_path,
puffpatch.cc 51 vector<BitExtent>* src_deflates,
78 CopyRpfToVector(header.src().deflates(), src_deflates, 1);
140 vector<BitExtent> src_deflates, dst_deflates; local
146 &bsdiff_patch_size, &src_deflates,
155 src_deflates, src_puffs, max_cache_size)));
  /system/update_engine/payload_generator/
delta_diff_utils.cc 780 vector<puffin::BitExtent> src_deflates; local
782 src_extents, old_deflates, &src_deflates));
    [all...]
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 90 const uint8_t src_deflates[] = { member in namespace:chromeos_update_engine::__anon3840
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));
    [all...]

Completed in 136 milliseconds