Searched refs:dst_deflates (Results 1 – 4 of 4) sorted by relevance
/external/puffin/src/ |
D | puffdiff.cc | 52 const vector<BitExtent>& dst_deflates, in CreatePatch() argument 62 CopyVectorToRpf(dst_deflates, header.mutable_dst()->mutable_deflates(), 1); in CreatePatch() 100 const vector<BitExtent>& dst_deflates, in PuffDiff() argument 125 TEST_AND_RETURN_FALSE(puff_deflate_stream(std::move(dst), dst_deflates, in PuffDiff() 143 bsdiff_patch_buf, src_deflates, dst_deflates, src_puffs, dst_puffs, in PuffDiff() 151 const vector<BitExtent>& dst_deflates, in PuffDiff() argument 155 MemoryStream::CreateForRead(dst), src_deflates, dst_deflates, in PuffDiff()
|
D | puffpatch.cc | 52 vector<BitExtent>* dst_deflates, in DecodePatch() argument 79 CopyRpfToVector(header.dst().deflates(), dst_deflates, 1); in DecodePatch() 140 vector<BitExtent> src_deflates, dst_deflates; in PuffPatch() local 147 &dst_deflates, &src_puffs, &dst_puffs, in PuffPatch() 160 std::move(dst), huffer, dst_puff_size, dst_deflates, dst_puffs))); in PuffPatch()
|
D | patching_unittest.cc | 30 const vector<BitExtent>& dst_deflates, in TestPatching() argument 36 ASSERT_TRUE(PuffDiff(src_buf, dst_buf, src_deflates, dst_deflates, patch_path, in TestPatching()
|
/external/puffin/src/include/puffin/ |
D | puffdiff.h | 29 const std::vector<BitExtent>& dst_deflates, 39 const std::vector<BitExtent>& dst_deflates,
|