Home
last modified time | relevance | path

Searched defs:client_path (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tokio/tests/
Duds_datagram.rs27 let client_path = dir.path().join("client.sock"); in echo() localVariable
51 let client_path = dir.path().join("client.sock"); in echo_from() localVariable
190 let client_path = dir.path().join("client.sock"); in try_send_to_recv_from() localVariable
237 let client_path = dir.path().join("client.sock"); in try_recv_buf_from() localVariable
372 let client_path = dir.path().join("client.sock"); in poll_ready() localVariable
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py44 def playback(self, client_path, data_format, blocking=False, argument
/external/rust/crates/quiche/src/
Dlib.rs8177 let client_path = &self.client.paths.get_active().unwrap(); in server_recv() localVariable