Home
last modified time | relevance | path

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

/external/puffin/src/
Dfuzzer_puffpatch.cc26 vector<BitExtent>* src_deflates,
59 vector<BitExtent> src_deflates, dst_deflates; in FuzzPuffPatch() local
63 &src_deflates, &dst_deflates, &src_puffs, &dst_puffs, in FuzzPuffPatch()
65 TestExtentsArrayForFuzzer(src_deflates) && in FuzzPuffPatch()
70 if ((!src_deflates.empty() && in FuzzPuffPatch()
72 src_deflates.back().offset + src_deflates.back().length) || in FuzzPuffPatch()
Dpuffdiff.cc53 const vector<BitExtent>& src_deflates, in CreatePatch() argument
63 CopyVectorToRpf(src_deflates, header.mutable_src()->mutable_deflates(), 1); in CreatePatch()
103 const vector<BitExtent>& src_deflates, in PuffDiff() argument
128 TEST_AND_RETURN_FALSE(puff_deflate_stream(std::move(src), src_deflates, in PuffDiff()
151 bsdiff_patch_buf, src_deflates, dst_deflates, src_puffs, dst_puffs, in PuffDiff()
158 const vector<BitExtent>& src_deflates, in PuffDiff() argument
164 MemoryStream::CreateForRead(dst), src_deflates, dst_deflates, in PuffDiff()
170 const vector<BitExtent>& src_deflates, in PuffDiff() argument
175 src, dst, src_deflates, dst_deflates, in PuffDiff()
Dpuffpatch.cc101 vector<BitExtent>* src_deflates, in DecodePatch() argument
128 CopyRpfToVector(header.src().deflates(), src_deflates, 1); in DecodePatch()
148 vector<BitExtent> src_deflates, dst_deflates; in PuffPatch() local
154 &bsdiff_patch_size, &src_deflates, in PuffPatch()
163 src_deflates, src_puffs, max_cache_size)); in PuffPatch()
Dpatching_unittest.cc133 const vector<BitExtent>& src_deflates, in TestPatching() argument
140 ASSERT_TRUE(PuffDiff(src_buf, dst_buf, src_deflates, dst_deflates, in TestPatching()
/external/puffin/src/include/puffin/
Dpuffdiff.h32 const std::vector<BitExtent>& src_deflates,
42 const std::vector<BitExtent>& src_deflates,
52 const std::vector<BitExtent>& src_deflates,