Searched refs:partition_type (Results 1 – 4 of 4) sorted by relevance
6 pub partition_type: PartitionType, field 28 self.partition_type != PartitionType::None in should_create_partitioned_image() 45 assert_eq!(partition_config.partition_type, expected_type); in test_parse_partition_type()
6 pub partition_type: PartitionType, field28 self.partition_type != PartitionType::None in image_should_be_partitioned()45 assert_eq!(partition_config.partition_type, expected_type); in test_parse_partition_type()
21 assert_eq!(manifest.partition.partition_type, PartitionType::None); in test_load_rootfs_manifest_template()
196 let part_type = ctx.rootfs().partition.partition_type; in create_partitioned_image()