HomeSort by relevance Sort by last modified time
    Searched refs:ServerAcceptConnection (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ipc/
unix_domain_socket_util.h 53 IPC_EXPORT bool ServerAcceptConnection(int server_listen_fd,
ipc_channel_factory.cc 49 if (!ServerAcceptConnection(listen_fd_, &new_fd)) {
unix_domain_socket_util.cc 183 bool ServerAcceptConnection(int server_listen_fd, int* server_socket) {
unix_domain_socket_util_unittest.cc 65 IPC::ServerAcceptConnection(fd, &server_fd_);
ipc_channel_posix.cc 598 if (!ServerAcceptConnection(server_listen_pipe_, &new_pipe) ||

Completed in 114 milliseconds