Home
last modified time | relevance | path

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

/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_test_utils.h199 class MetadataMatcher : public MatcherInterface<MetadataBuilder*> {
201 explicit MetadataMatcher(const PartitionSuffixSizes& partition_sizes) in MetadataMatcher() function
203 explicit MetadataMatcher(const DeltaArchiveManifest& manifest) in MetadataMatcher() function
264 return MakeMatcher(new MetadataMatcher(partition_sizes)); in MetadataMatches()
269 return MakeMatcher(new MetadataMatcher(manifest)); in MetadataMatches()