Searched refs:src_deflates (Results 1 – 6 of 6) sorted by relevance
/external/puffin/src/ |
D | fuzzer_puffpatch.cc | 26 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()
|
D | puffdiff.cc | 57 const vector<BitExtent>& src_deflates, in CreatePatch() argument 68 CopyVectorToRpf(src_deflates, header.mutable_src()->mutable_deflates(), 1); in CreatePatch() 109 const vector<BitExtent>& src_deflates, in PuffDiff() argument 135 TEST_AND_RETURN_FALSE(puff_deflate_stream(std::move(src), src_deflates, in PuffDiff() 159 bsdiff_patch_buf, src_deflates, dst_deflates, src_puffs, dst_puffs, in PuffDiff() 183 compressed_patch, src_deflates, dst_deflates, src_puffs, dst_puffs, in PuffDiff() 195 const std::vector<BitExtent>& src_deflates, in PuffDiff() argument 200 return PuffDiff(std::move(src), std::move(dst), src_deflates, dst_deflates, in PuffDiff() 206 const vector<BitExtent>& src_deflates, in PuffDiff() argument 212 MemoryStream::CreateForRead(dst), src_deflates, dst_deflates, in PuffDiff() [all …]
|
D | integration_test.cc | 59 std::vector<BitExtent> src_deflates; in TEST_P() local 60 ASSERT_TRUE(LocateDeflatesInZipArchive(kTestZipA, &src_deflates)); in TEST_P() 69 MemoryStream::CreateForRead(kTestZipB), src_deflates, in TEST_P()
|
D | puffpatch.cc | 103 vector<BitExtent>* src_deflates, in DecodePatch() argument 131 CopyRpfToVector(header.src().deflates(), src_deflates, 1); in DecodePatch() 198 vector<BitExtent> src_deflates, dst_deflates; in PuffPatch() local 207 &src_deflates, &dst_deflates, &src_puffs, &dst_puffs, in PuffPatch() 214 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 | 40 const std::vector<BitExtent>& src_deflates, 50 const std::vector<BitExtent>& src_deflates, 60 const std::vector<BitExtent>& src_deflates, 70 const std::vector<BitExtent>& src_deflates,
|