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

/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h241 write_fd_(a_write_fd) {}
244 if (write_fd_ >= 0)
245 posix::Close(write_fd_);
251 int write_fd() const { return write_fd_; }
257 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h241 write_fd_(a_write_fd) {}
244 if (write_fd_ >= 0)
245 posix::Close(write_fd_);
251 int write_fd() const { return write_fd_; }
257 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h241 write_fd_(a_write_fd) {}
244 if (write_fd_ >= 0)
245 posix::Close(write_fd_);
251 int write_fd() const { return write_fd_; }
257 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc371 write_fd_(-1) {}
389 int write_fd() const { return write_fd_; }
390 void set_write_fd(int fd) { write_fd_ = fd; }
413 // pipe in write_fd_.
418 int write_fd_; member in class:testing::internal::DeathTestImpl
481 // run after calling _exit(). On such systems, write_fd_ will be
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc371 write_fd_(-1) {}
389 int write_fd() const { return write_fd_; }
390 void set_write_fd(int fd) { write_fd_ = fd; }
413 // pipe in write_fd_.
418 int write_fd_; member in class:testing::internal::DeathTestImpl
481 // run after calling _exit(). On such systems, write_fd_ will be
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc371 write_fd_(-1) {}
389 int write_fd() const { return write_fd_; }
390 void set_write_fd(int fd) { write_fd_ = fd; }
413 // pipe in write_fd_.
418 int write_fd_; member in class:testing::internal::DeathTestImpl
481 // run after calling _exit(). On such systems, write_fd_ will be

Completed in 360 milliseconds