Home
last modified time | relevance | path

Searched defs:sock_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dnet_panic.rs84 let sock_path = dir.path().join("socket"); in unix_listener_bind_panic_caller() localVariable
106 let sock_path = dir.path().join("socket"); in unix_listener_from_std_panic_caller() localVariable
129 let sock_path = dir.path().join("socket"); in unix_stream_from_std_panic_caller() localVariable
154 let sock_path = dir.path().join("socket"); in unix_datagram_from_std_panic_caller() localVariable
Duds_stream.rs25 let sock_path = dir.path().join("connect.sock"); in accept_read_write() localVariable
52 let sock_path = dir.path().join("connect.sock"); in shutdown() localVariable
396 let sock_path = dir.path().join("connect.sock"); in epollhup() localVariable
Duds_socket.rs58 let sock_path = dir.path().join("connect.sock"); in listen_and_stream() localVariable
/aosp_15_r20/bionic/tests/
H A Dsys_socket_test.cpp29 const char* sock_path; member
65 bool (*callback_fn)(int fd), const char* sock_path) { in RunTest()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dskc_to_unix_sock.c8 static const char *sock_path = "@skc_to_unix_sock"; variable
/aosp_15_r20/external/perfetto/src/base/
H A Dunix_socket_unittest.cc473 std::string sock_path = tmp_dir.path() + "/test.sock"; in TEST_F() local
1071 std::string sock_path = tmp_dir.path() + "/test.sock"; in TEST_F() local