Searched refs:skip_if_exists (Results 1 – 4 of 4) sorted by relevance
29 pub skip_if_exists: bool, field
32 skip_if_exists: false in test_command_line_args_rootfs_subcommand()40 skip_if_exists: true in test_command_line_args_rootfs_subcommand()
10 RootFSCommand::Create(param) => disk_img::create(ctx, param.skip_if_exists), in run()
8 pub(super) fn create(ctx: &DADKExecContext, skip_if_exists: bool) -> Result<()> { in create()11 if skip_if_exists { in create()