Searched refs:fdisk_stdin (Results 1 – 1 of 1) sorted by relevance
318 let fdisk_stdin = fdisk_child.stdin.as_mut().expect("Failed to open stdin"); in create_mbr_partitioned_image() localVariable319 fdisk_stdin.write_all(fdisk_commands.as_bytes())?; in create_mbr_partitioned_image()320 fdisk_stdin.flush()?; in create_mbr_partitioned_image()