Home
last modified time | relevance | path

Searched defs:src_puffs (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/puffin/src/
H A Dpuffdiff.cc59 const vector<ByteExtent>& src_puffs, in CreatePatch()
134 vector<ByteExtent> src_puffs, dst_puffs; in PuffDiff() local
H A Dpuffpatch.cc105 vector<ByteExtent>* src_puffs, in DecodePatch()
199 vector<ByteExtent> src_puffs, dst_puffs; in PuffPatch() local
H A Dfuzzer_puffpatch.cc60 vector<ByteExtent> src_puffs, dst_puffs; in FuzzPuffPatch() local
H A Dmain.cc219 auto src_puffs = StringToExtents<ByteExtent>(FLAGS_src_puffs); in Main() local