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 41 : out_fd_(out_fd),
44 VerifyFileDescriptor(out_fd_);
46 max_fd_ = std::max(out_fd_, stop_fd_);
57 CloseFd(&out_fd_);
66 InitReadFdSet(out_fd_, stop_fd_, &rfds);
81 if (out_fd_ != -1 && FD_ISSET(out_fd_, &rfds)) {
82 ReadFromFd(PROCESS_OUTPUT_TYPE_OUT, &out_fd_);
process_output_watcher.h 61 int out_fd_; member in class:chromeos::ProcessOutputWatcher

Completed in 3800 milliseconds