Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 4 of 4) sorted by relevance

/cloud-hypervisor/vm-migration/src/
H A Dprotocol.rs54 pub enum Command { enum
65 impl Default for Command { implementation
83 pub fn new(command: Command, length: u64) -> Self { in new()
119 pub fn command(&self) -> Command { in command()
/cloud-hypervisor/src/
H A Dmain.rs463 fn create_app(default_vcpus: String, default_memory: String, default_rng: String) -> Command { in create_app()
/cloud-hypervisor/test_infra/src/
H A Dlib.rs557 Command(#[source] ssh2::Error), enumerator
/cloud-hypervisor/tests/
H A Dintegration.rs572 ) -> (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()