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

  /external/chromium_org/chromeos/process_proxy/
process_output_watcher.cc 63 out_fd_(out_fd),
66 VerifyFileDescriptor(out_fd_);
68 max_fd_ = std::max(out_fd_, stop_fd_);
79 CloseFd(&out_fd_);
88 InitReadFdSet(out_fd_, stop_fd_, &rfds);
103 if (out_fd_ != -1 && FD_ISSET(out_fd_, &rfds)) {
104 ReadFromFd(PROCESS_OUTPUT_TYPE_OUT, &out_fd_);
process_output_watcher.h 69 int out_fd_; member in class:chromeos::ProcessOutputWatcher

Completed in 207 milliseconds