Home
last modified time | relevance | path

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

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