Home
last modified time | relevance | path

Searched refs:GeneratePatches (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h237 static bool GeneratePatches(const ZipModeImage& tgt_image, const ZipModeImage& src_image,
243 static bool GeneratePatches(const std::vector<ZipModeImage>& split_tgt_images,
303 static bool GeneratePatches(const ImageModeImage& tgt_image, const ImageModeImage& src_image,
/bootable/recovery/applypatch/
Dimgdiff.cpp1141 bool ZipModeImage::GeneratePatches(const ZipModeImage& tgt_image, const ZipModeImage& src_image, in GeneratePatches() function in ZipModeImage
1159 bool ZipModeImage::GeneratePatches(const std::vector<ZipModeImage>& split_tgt_images, in GeneratePatches() function in ZipModeImage
1430 bool ImageModeImage::GeneratePatches(const ImageModeImage& tgt_image, in GeneratePatches() function in ImageModeImage
1581 if (!ZipModeImage::GeneratePatches(split_tgt_images, split_src_images, split_src_ranges, in imgdiff()
1586 } else if (!ZipModeImage::GeneratePatches(tgt_image, src_image, argv[optind + 2])) { in imgdiff()
1608 if (!ImageModeImage::GeneratePatches(tgt_image, src_image, argv[optind + 2])) { in imgdiff()
/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp898 ASSERT_TRUE(ZipModeImage::GeneratePatches(split_tgt_images, split_src_images, split_src_ranges, in TEST()