Searched refs:src_deflates (Results 1 – 5 of 5) sorted by relevance
/external/puffin/src/ |
D | puffdiff.cc | 53 const vector<BitExtent>& src_deflates, in CreatePatch() argument 63 CopyVectorToRpf(src_deflates, header.mutable_src()->mutable_deflates(), 1); in CreatePatch() 101 const vector<BitExtent>& src_deflates, in PuffDiff() argument 126 TEST_AND_RETURN_FALSE(puff_deflate_stream(std::move(src), src_deflates, in PuffDiff() 149 bsdiff_patch_buf, src_deflates, dst_deflates, src_puffs, dst_puffs, in PuffDiff() 156 const vector<BitExtent>& src_deflates, in PuffDiff() argument 162 MemoryStream::CreateForRead(dst), src_deflates, dst_deflates, in PuffDiff() 168 const vector<BitExtent>& src_deflates, in PuffDiff() argument 173 src, dst, src_deflates, dst_deflates, in PuffDiff()
|
D | fuzzer.cc | 39 vector<BitExtent>* src_deflates, 89 vector<BitExtent> src_deflates, dst_deflates; in FuzzPuffPatch() local 93 &src_deflates, &dst_deflates, &src_puffs, &dst_puffs, in FuzzPuffPatch() 95 TestExtentsArrayForFuzzer(src_deflates) && in FuzzPuffPatch() 100 if ((!src_deflates.empty() && in FuzzPuffPatch() 102 src_deflates.back().offset + src_deflates.back().length) || in FuzzPuffPatch()
|
D | puffpatch.cc | 101 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()
|
D | patching_unittest.cc | 133 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/ |
D | puffdiff.h | 32 const std::vector<BitExtent>& src_deflates, 42 const std::vector<BitExtent>& src_deflates, 52 const std::vector<BitExtent>& src_deflates,
|