Searched refs:reply_fd (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dsandbox_ipc_linux.h75 int reply_fd);
H A Dsandbox_ipc_linux.cc599 int reply_fd) {
608 if (reply_fd != -1) {
610 if (fstat(reply_fd, &st) == 0 && S_ISDIR(st.st_mode)) {
624 memcpy(CMSG_DATA(cmsg), &reply_fd, sizeof(reply_fd)); local
596 SendRendererReply( const std::vector<base::ScopedFD*>& fds, const Pickle& reply, int reply_fd) argument
/external/chromium_org/components/nacl/loader/
H A Dnacl_helper_linux.cc229 bool HonorRequestAndReply(int reply_fd, argument
257 if (!UnixDomainSocket::SendMsg(reply_fd, write_pickle.data(),

Completed in 97 milliseconds