Home
last modified time | relevance | path

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

/DADK/dadk/src/console/
H A Drootfs.rs7 Create(CreateCommandParam), enumerator
H A Dtests.rs31 Action::Rootfs(RootFSCommand::Create(CreateCommandParam { in test_command_line_args_rootfs_subcommand()
39 Action::Rootfs(RootFSCommand::Create(CreateCommandParam { in test_command_line_args_rootfs_subcommand()
/DADK/dadk/src/actions/rootfs/
H A Dmod.rs10 RootFSCommand::Create(param) => disk_img::create(ctx, param.skip_if_exists), in run()