Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.cc654 std::set<std::string> touched_partitions; in ParseManifestPartitions() local
656 touched_partitions.insert(partition_update.partition_name()); in ParseManifestPartitions()
666 touched_partitions, in ParseManifestPartitions()
684 if (touched_partitions.find(name) == touched_partitions.end()) { in ParseManifestPartitions()