Lines Matching refs:to_string
47 let config = Config::new().extra_args(vec!["--cid".to_string(), guest_cid.to_string()]); in host_to_guest()
55 .extra_args(vec!["--cid".to_string(), guest_cid.to_string()]) in host_to_guest_disable_sandbox()
76 &guest_cid.to_string(), in host_to_guest_connection()
77 &guest_port.to_string(), in host_to_guest_connection()
96 let config = Config::new().extra_args(vec!["--cid".to_string(), guest_cid.to_string()]); in guest_to_host()
104 .extra_args(vec!["--cid".to_string(), guest_cid.to_string()]) in guest_to_host_disable_sandbox()
116 .args(["--vsock", &host_port.to_string()]) in guest_to_host_connection()
141 "vsock".to_string(), in create_vu_config()
142 "--socket".to_string(), in create_vu_config()
143 socket_path.to_string(), in create_vu_config()
144 "--cid".to_string(), in create_vu_config()
145 cid.to_string(), in create_vu_config()
148 "--vsock".to_string(), in create_vu_config()
163 "--vhost-user-vsock".to_string(), in vhost_user_host_to_guest()
164 socket.path().to_str().unwrap().to_string(), in vhost_user_host_to_guest()
179 "--vhost-user-vsock".to_string(), in vhost_user_host_to_guest_with_devices()
180 socket.path().to_str().unwrap().to_string(), in vhost_user_host_to_guest_with_devices()
195 "--vhost-user-vsock".to_string(), in vhost_user_guest_to_host()
196 socket.path().to_str().unwrap().to_string(), in vhost_user_guest_to_host()
211 "--vhost-user-vsock".to_string(), in vhost_user_guest_to_host_with_devices()
212 socket.path().to_str().unwrap().to_string(), in vhost_user_guest_to_host_with_devices()