Searched refs:sock_path (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dsys_socket_test.cpp27 const char* sock_path; member in struct:ConnectData
29 : callback_fn(callback_func), sock_path(socket_path) {}
47 strcpy(addr.sun_path + 1, pdata->sock_path);
63 bool (*callback_fn)(int fd), const char* sock_path) {
71 strcpy(addr.sun_path + 1, sock_path);
77 ConnectData connect_data(callback_fn, sock_path);
62 RunTest(void (*test_fn)(struct sockaddr_un*, int), bool (*callback_fn)(int fd), const char* sock_path) argument

Completed in 77 milliseconds