/external/chromium_org/sandbox/linux/services/ |
broker_process.cc | 141 int socket_pair[2]; local 145 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, socket_pair)) { 153 close(socket_pair[0]); 154 close(socket_pair[1]); 159 close(socket_pair[0]); 162 shutdown(socket_pair[1], SHUT_RD); 163 ipc_socketpair_ = socket_pair[1]; 170 close(socket_pair[1]); 173 shutdown(socket_pair[0], SHUT_WR); 174 ipc_socketpair_ = socket_pair[0] [all...] |
/external/qemu/ |
sockets.h | 386 int socket_pair(int *fd1, int *fd2);
|
sockets.c | 1441 socket_pair(int *fd1, int *fd2) function [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
sockets.h | 394 int socket_pair(int *fd1, int *fd2);
|
sockets.c | 1427 socket_pair(int *fd1, int *fd2) function [all...] |
/external/qemu/proxy/ |
proxy_http_rewriter.c | 325 * socket_pair() we created for this specific purpose. 415 if (socket_pair( &slirp_1, &conn->slirp_fd ) < 0) { [all...] |