Searched refs:disk_img_path (Results 1 – 2 of 2) sorted by relevance
197 disk_img_path: &str, in __loop_device_path_by_disk_image_path()202 if !line.contains(disk_img_path) { in __loop_device_path_by_disk_image_path()245 let disk_img_path = "/data/bin/disk-image-x86_64.img"; in test_parse_losetup_a_output() localVariable247 __loop_device_path_by_disk_image_path(disk_img_path, losetup_a_output).unwrap(); in test_parse_losetup_a_output()257 let disk_img_path = "/data/bin/disk-image-riscv64.img"; in test_parse_lsblk_output_not_match() localVariable259 __loop_device_path_by_disk_image_path(disk_img_path, losetup_a_output); in test_parse_lsblk_output_not_match()
125 let disk_img_path = ctx.disk_image_path(); in umount() localVariable127 let mut loop_device = LoopDeviceBuilder::new().img_path(disk_img_path).build(); in umount()