Searched defs:loop_device (Results 1 – 2 of 2) sorted by relevance
42 let loop_device = String::from_utf8(output.stdout)?.trim().to_string(); in attach() localVariable115 let loop_device = self.loop_device_path.take().unwrap(); in detach() localVariable210 let loop_device = caps.get(1).unwrap().as_str(); in __loop_device_path_by_disk_image_path() localVariable211 let loop_device = format!("/dev/loop{}", loop_device); in __loop_device_path_by_disk_image_path() localVariable
88 let mut loop_device = ManuallyDrop::new( in mount_partitioned_image() localVariable127 let mut loop_device = LoopDeviceBuilder::new().img_path(disk_img_path).build(); in umount() localVariable199 let mut loop_device = LoopDeviceBuilder::new() in create_partitioned_image() localVariable265 let mut loop_device = LoopDeviceBuilder::new().img_path(disk_image_path).build()?; in show_loop_device() localVariable