Home
last modified time | relevance | path

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

/DADK/dadk-config/src/rootfs/
H A Dpartition.rs20 Gpt, enumerator
40 (r#"type = "gpt""#, PartitionType::Gpt), in test_parse_partition_type()
H A Dpartition.rs20 Gpt, enumerator
40 (r#"type = "gpt""#, PartitionType::Gpt), in test_parse_partition_type()
/DADK/dadk/src/actions/rootfs/
H A Ddisk_img.rs287 PartitionType::Gpt => { in create_partitioned_image()