Searched refs:mount (Results 1 – 2 of 2) sorted by relevance
/DADK/dadk/src/actions/rootfs/ | ||
H A D | mod.rs | 13 RootFSCommand::Mount => disk_img::mount(ctx), in run() |
H A D | disk_img.rs | 58 pub fn mount(ctx: &DADKExecContext) -> Result<()> { in mount() function |