Home
last modified time | relevance | path

Searched refs:get_socket_path (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/vhost-device-vsock/src/
Dmain.rs228 let listener = Listener::new(config.get_socket_path(), true).unwrap(); in start_backend_server()
357 assert_eq!(config.get_socket_path(), socket_path); in test_vsock_config_setup()
405 config.get_socket_path(), in test_vsock_config_setup_from_vm_args()
415 config.get_socket_path(), in test_vsock_config_setup_from_vm_args()
425 config.get_socket_path(), in test_vsock_config_setup_from_vm_args()
468 assert_eq!(config.get_socket_path(), socket_path.display().to_string()); in test_vsock_config_setup_from_file()
496 assert_eq!(config.get_socket_path(), socket_path.display().to_string()); in test_vsock_config_setup_from_file()
Dvhu_vsock.rs189 pub fn get_socket_path(&self) -> String { in get_socket_path() method