Searched defs:image_type (Results 1 – 5 of 5) sorted by relevance
224 let image_type = qcow::detect_image_type(&mut raw_img).unwrap(); in new() localVariable
272 pub image_type: PayloadImageType, field
787 let image_type = if u32::from_be_bytes(block[0..4].try_into().unwrap()) == QCOW_MAGIC { in detect_image_type() localVariable
1832 let image_type = if magic == QCOW_MAGIC { in detect_image_type() localVariable
2583 let image_type = in make_virtio_block_device() localVariable