Searched refs:format_disk (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()337 fn format_disk(disk_image_path: &PathBuf, fs_type: &FsType) -> Result<()> { in format_disk() method409 DiskFormatter::format_disk(&disk_image_path, &FsType::Fat32) in test_format_fat32()