Home | History | Annotate | Download | only in src

Lines Matching defs:write_fd_

318         write_fd_(-1) {}
336 int write_fd() const { return write_fd_; }
337 void set_write_fd(int fd) { write_fd_ = fd; }
360 // pipe in write_fd_.
365 int write_fd_;