Home
last modified time | relevance | path

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

/DADK/dadk/src/actions/rootfs/
H A Dloopdev.rs13 loop_device_path: Option<String>, field
19 self.loop_device_path.is_some() in attached()
23 self.loop_device_path.as_ref() in dev_path()
43 self.loop_device_path = Some(loop_device); in attach()
47 self.loop_device_path.as_ref().unwrap() in attach()
81 self.loop_device_path = Some(s); in attach_by_exists()
102 let s = format!("{}p{}", self.loop_device_path.as_ref().unwrap(), nth); in partition_path()
112 if self.loop_device_path.is_none() { in detach()
115 let loop_device = self.loop_device_path.take().unwrap(); in detach()
128 self.loop_device_path = None; in detach()
[all …]