Home
last modified time | relevance | path

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

/external/crosvm/disk/src/
Dcomposite.rs52 DuplicatePartitionLabel(String), enumerator
589 return Err(Error::DuplicatePartitionLabel(partition.label.clone())); in create_composite_disk()
1020 assert!(matches!(result, Err(Error::DuplicatePartitionLabel(label)) if label == "label")); in create_composite_disk_duplicate_label()