Searched refs:DiskFormatter (Results 1 – 1 of 1) sorted by relevance
209 DiskFormatter::format_disk(&partition_path, &fs_type)?; in create_partitioned_image()217 DiskFormatter::format_disk(disk_image_path, &fs_type) in create_unpartitioned_image()334 struct DiskFormatter; struct336 impl DiskFormatter { implementation409 DiskFormatter::format_disk(&disk_image_path, &FsType::Fat32) in test_format_fat32()