Home
last modified time | relevance | path

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

/DADK/dadk/src/actions/rootfs/
H A Ddisk_img.rs99 let dev_path = loop_device.partition_path(1)?; in mount_partitioned_image() localVariable
100 mount_unpartitioned_image(ctx, &dev_path, disk_mount_path)?; in mount_partitioned_image()
170 let loop_dev_path = loop_device.dev_path().cloned(); in umount()
269 println!("{}", loop_device.dev_path().unwrap()); in show_loop_device()
H A Dloopdev.rs22 pub fn dev_path(&self) -> Option<&String> { in dev_path() method