Home
last modified time | relevance | path

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

/DADK/dadk/src/actions/rootfs/
H A Ddisk_img.rs131 if let Err(e) = loop_device.attach_by_exists() { in umount()
266 if let Err(e) = loop_device.attach_by_exists() { in show_loop_device()
H A Dloopdev.rs59 pub fn attach_by_exists(&mut self) -> Result<()> { in attach_by_exists() method