Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/
Dthread_backend.rs369 let vsock_peer_path = test_dir.path().join("test_vsock_thread_backend.vsock_1234"); in test_vsock_thread_backend() localVariable
371 let _listener = UnixListener::bind(&vsock_peer_path).unwrap(); in test_vsock_thread_backend()
423 let _ = std::fs::remove_file(&vsock_peer_path); in test_vsock_thread_backend()