Searched refs:write_fd_ (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6865 write_fd_(-1) {}
6883 int write_fd() const { return write_fd_; }
6884 void set_write_fd(int fd) { write_fd_ = fd; }
6907 // pipe in write_fd_.
6912 int write_fd_;
6975 // run after calling _exit(). On such systems, write_fd_ will be
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8398 write_fd_(a_write_fd) {}
8401 if (write_fd_ >= 0)
8402 posix::Close(write_fd_);
8408 int write_fd() const { return write_fd_; }
8414 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag

Completed in 210 milliseconds