Searched refs:command_create_partition (Results 1 – 3 of 3) sorted by relevance
17 use crate::create_partition::command_create_partition;80 command_create_partition( in command_run_app()108 command_create_partition( in command_run_app()
31 use create_partition::command_create_partition;419 command_create_partition(get_service()?.as_ref(), &path, size, partition_type) in main()
26 pub fn command_create_partition( in command_create_partition() function