HomeSort by relevance Sort by last modified time
    Searched full:socket_pair (Results 1 - 1 of 1) sorted by null

  /external/libchrome/sandbox/linux/syscall_broker/
broker_channel.cc 20 int socket_pair[2]; local
24 PCHECK(0 == socketpair(AF_UNIX, SOCK_SEQPACKET, 0, socket_pair));
26 reader->reset(socket_pair[0]);
29 writer->reset(socket_pair[1]);

Completed in 139 milliseconds