Home
last modified time | relevance | path

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

/DADK/dadk/src/actions/rootfs/
H A Dmod.rs16 RootFSCommand::ShowMountPoint => disk_img::show_mount_point(ctx), in run()
H A Ddisk_img.rs257 pub fn show_mount_point(ctx: &DADKExecContext) -> Result<()> { in show_mount_point() function