Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/disk/src/
H A Dcomposite.rs83 DuplicatePartitionLabel(String), enumerator
762 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()