Searched refs:DuplicatePartitionLabel (Results 1 – 1 of 1) sorted by relevance
83 DuplicatePartitionLabel(String), enumerator762 return Err(Error::DuplicatePartitionLabel(partition.label.clone())); in create_composite_disk()1495 assert!(matches!(result, Err(Error::DuplicatePartitionLabel(label)) if label == "label")); in create_composite_disk_duplicate_label()