Searched refs:create_gpt_partitioned_image (Results 1 – 1 of 1) sorted by relevance
289 Self::create_gpt_partitioned_image(disk_image_path)?; in create_partitioned_image()327 fn create_gpt_partitioned_image(_disk_image_path: &PathBuf) -> Result<()> { in create_gpt_partitioned_image() method