Lines Matching defs:String
103 fn guest_args(&self) -> Vec<String> { in guest_args()
117 fn remote_args(&self) -> Vec<String> { in remote_args()
440 fn prepare_virtiofsd(tmp_dir: &TempDir, shared_dir: &str) -> (std::process::Child, String) { in prepare_virtiofsd() argument
470 ) -> (std::process::Child, String) { in prepare_vubd() argument
497 fn temp_vsock_path(tmp_dir: &TempDir) -> String { in temp_vsock_path()
501 fn temp_api_path(tmp_dir: &TempDir) -> String { in temp_api_path()
511 fn temp_event_monitor_path(tmp_dir: &TempDir) -> String { in temp_event_monitor_path()
516 fn temp_snapshot_dir_path(tmp_dir: &TempDir) -> String { in temp_snapshot_dir_path()
522 fn temp_vmcore_file_path(tmp_dir: &TempDir) -> String { in temp_vmcore_file_path()
572 ) -> (std::process::Command, String) { in prepare_vhost_user_net_daemon() argument
594 fn prepare_swtpm_daemon(tmp_dir: &TempDir) -> (std::process::Command, String) { in prepare_swtpm_daemon() argument
843 fn fw_path(_fw_type: FwType) -> String { in fw_path()
1579 prepare_daemon: &dyn Fn(&TempDir, &str) -> (std::process::Child, String), in _test_virtio_fs() argument
2007 fn _get_vmm_overhead(pid: u32, guest_memory_size: u32) -> HashMap<String, u32> { in _get_vmm_overhead()
2111 fn pty_read(mut pty: std::fs::File) -> Receiver<String> { in pty_read()
2194 fn vm_state(api_socket: &str) -> String { in vm_state()
2363 fn test_simple_launch(fw_path: String, disk_path: &str) { in test_simple_launch()
5400 fn create_loop_device(backing_file_path: &str, block_size: u32, num_retries: usize) -> String { in create_loop_device()
8020 fn ssh_cmd(&self, cmd: &str) -> String { in ssh_cmd()
8092 fn disk_new(&self, fs: u8, sz: usize) -> String { in disk_new()
8200 fn disk_file_read(&self, fname: &str) -> String { in disk_file_read()