Searched refs:sock_path (Results 1 – 1 of 1) sorted by relevance
29 const char* sock_path; member31 : callback_fn(callback_func), sock_path(socket_path) {} in ConnectData()49 strcpy(addr.sun_path + 1, pdata->sock_path); in ConnectFn()65 bool (*callback_fn)(int fd), const char* sock_path) { in RunTest() argument73 strcpy(addr.sun_path + 1, sock_path); in RunTest()79 ConnectData connect_data(callback_fn, sock_path); in RunTest()