Searched refs:operations_it (Results 1 – 1 of 1) sorted by relevance
2276 auto operations_it = install_operation_map.find(target_partition->name()); in CreateUpdateSnapshotsInternal() local2277 if (operations_it != install_operation_map.end()) { in CreateUpdateSnapshotsInternal()2278 cow_creator->operations = operations_it->second; in CreateUpdateSnapshotsInternal()