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

  /external/chromium_org/content/browser/renderer_host/
sandbox_ipc_linux.h 75 int reply_fd);
sandbox_ipc_linux.cc 411 int reply_fd) {
420 if (reply_fd != -1) {
422 if (fstat(reply_fd, &st) == 0 && S_ISDIR(st.st_mode)) {
436 memcpy(CMSG_DATA(cmsg), &reply_fd, sizeof(reply_fd)); local
  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 234 bool HonorRequestAndReply(int reply_fd,
262 if (!UnixDomainSocket::SendMsg(reply_fd, write_pickle.data(),
  /bootable/recovery/minadbd/
adb.h 422 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);

Completed in 258 milliseconds