Searched refs:touched_partitions (Results 1 – 1 of 1) sorted by relevance
805 std::set<std::string> touched_partitions; in ParseManifestPartitions() local807 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()