Home
last modified time | relevance | path

Searched refs:PseudoSource (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h224 ImageChunk PseudoSource() const;
/bootable/recovery/applypatch/
Dimgdiff.cpp828 ImageChunk ZipModeImage::PseudoSource() const { in PseudoSource() function in ZipModeImage
1116 const auto& src_ref = (src_chunk == nullptr) ? src_image.PseudoSource() : *src_chunk; in GeneratePatchesInternal()
1210 if (!android::base::WriteFully(fd, split_src_images[i].PseudoSource().DataForPatch(), in GeneratePatches()
1211 split_src_images[i].PseudoSource().DataLengthForPatch())) { in GeneratePatches()