Home
last modified time | relevance | path

Searched refs:disk_img_path (Results 1 – 2 of 2) sorted by relevance

/DADK/dadk/src/actions/rootfs/
H A Dloopdev.rs197 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() localVariable
247 __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() localVariable
259 __loop_device_path_by_disk_image_path(disk_img_path, losetup_a_output); in test_parse_lsblk_output_not_match()
H A Ddisk_img.rs125 let disk_img_path = ctx.disk_image_path(); in umount() localVariable
127 let mut loop_device = LoopDeviceBuilder::new().img_path(disk_img_path).build(); in umount()