Searched defs:Command (Results 1 – 4 of 4) sorted by relevance
54 pub enum Command { enum65 impl Default for Command { implementation83 pub fn new(command: Command, length: u64) -> Self { in new()119 pub fn command(&self) -> Command { in command()
463 fn create_app(default_vcpus: String, default_memory: String, default_rng: String) -> Command { in create_app()
557 Command(#[source] ssh2::Error), enumerator
572 ) -> (std::process::Command, String) { in prepare_vhost_user_net_daemon()594 fn prepare_swtpm_daemon(tmp_dir: &TempDir) -> (std::process::Command, String) { in prepare_swtpm_daemon()