Home
last modified time | relevance | path

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

/DADK/dadk/src/context/
H A Dmod.rs90 .join(format!("bin/{}.img", self.disk_image_basename())) in disk_image_path()
96 .join(format!("bin/mnt/{}", self.disk_image_basename())) in disk_mount_path()
99 fn disk_image_basename(&self) -> String { in disk_image_basename() method