Searched refs:get_socket_path (Results 1 – 2 of 2) sorted by relevance
228 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()
189 pub fn get_socket_path(&self) -> String { in get_socket_path() method