Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/applypatch/include/applypatch/
H A Dimgdiff_image.h265 static void ValidateSplitImages(const std::vector<ZipModeImage>& split_tgt_images,
/aosp12/bootable/recovery/applypatch/
H A Dimgdiff.cpp1011 ValidateSplitImages(*split_tgt_images, *split_src_images, *split_src_ranges, in SplitZipModeImageWithLimit()
1089 void ZipModeImage::ValidateSplitImages(const std::vector<ZipModeImage>& split_tgt_images, in ValidateSplitImages() function in ZipModeImage