Searched refs:old_partition (Results 1 – 2 of 2) sorted by relevance
3452 auto old_partition = cow_creator->current_metadata->FindPartition(old_partition_name); in CreateUpdateSnapshotsInternal() local3453 if (old_partition) { in CreateUpdateSnapshotsInternal()3454 cow_creator_ret->snapshot_status.set_old_partition_size(old_partition->size()); in CreateUpdateSnapshotsInternal()
346 auto old_partition = "/dev/block/mapper/" + GetOtherPartitionName(name); in MapUpdateSnapshot() local347 auto result = sm->OpenSnapshotWriter(params, {old_partition}); in MapUpdateSnapshot()