Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc805 std::set<std::string> touched_partitions; in ParseManifestPartitions() local
807 touched_partitions.insert(partition_update.partition_name()); in ParseManifestPartitions()
816 touched_partitions, in ParseManifestPartitions()
820 << android::base::Join(touched_partitions, ", "); in ParseManifestPartitions()
840 if (touched_partitions.find(name) == touched_partitions.end()) { in ParseManifestPartitions()