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

  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 78 : control_fd_(-1),
201 control_fd_ = fds[0];
225 if (control_fd_ > -1) {
228 if (IGNORE_EINTR(close(control_fd_))) {
232 control_fd_ = -1;
259 DCHECK_NE(-1, control_fd_);
268 return UnixDomainSocket::SendMsg(control_fd_,
274 DCHECK_NE(-1, control_fd_);
279 if (HANDLE_EINTR(read(control_fd_, &sandbox_status_,
287 return HANDLE_EINTR(read(control_fd_, buf, buf_len))
    [all...]
zygote_host_impl_linux.h 78 // Sends |data| to the zygote via |control_fd_|. If |fds| is non-NULL, the
85 int control_fd_; // the socket to the zygote member in class:content::ZygoteHostImpl

Completed in 221 milliseconds