Searched refs:channel_sockets (Results 1 – 1 of 1) sorted by relevance
106 int channel_sockets[2] = {}; in SetUp() local108 0, socketpair(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0, channel_sockets)); in SetUp()109 LocalHandle service_channel{channel_sockets[0]}; in SetUp()110 LocalHandle client_channel{channel_sockets[1]}; in SetUp()