Home
last modified time | relevance | path

Searched defs:args (Results 1 – 6 of 6) sorted by relevance

/cloud-hypervisor/scripts/
H A Dpackage-consistency-check.py70 args = parser.parse_args() variable
/cloud-hypervisor/src/
H A Dmain.rs473 let args = get_cli_options_sorted(default_vcpus, default_memory, default_rng); in create_app() localVariable
2018 let args = get_cli_options_sorted(default_vcpus, default_memory, default_rng); in test_cli_options_sorted() localVariable
/cloud-hypervisor/vmm/src/
H A Dsigwinch_listener.rs210 let mut args = clone_args { in clone_clear_sighand() localVariable
/cloud-hypervisor/src/bin/
H A Dch-remote.rs1212 let args = get_cli_args(); in test_cli_args_sorted() localVariable
/cloud-hypervisor/test_infra/src/
H A Dlib.rs1369 pub fn args<I, S>(&mut self, args: I) -> &mut Self in args() method
/cloud-hypervisor/tests/
H A Dintegration.rs9227 let mut args = [ in start_live_migration() localVariable