Searched refs:FDOpen (Results 1 - 24 of 24) sorted by relevance

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1336 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1350 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc207 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1669 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1683 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc258 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
/external/googletest/googletest/src/
H A Dgtest-death-test.cc269 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc269 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1626 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1640 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc220 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1765 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1779 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc258 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-death-test.cc220 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1618 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1632 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix
/external/v8/testing/gtest/src/
H A Dgtest-death-test.cc267 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h2040 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2054 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-death-test.cc258 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2391 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2405 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2360 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2374 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2364 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2378 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc6246 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
H A Dgtest.h2398 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2412 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:std::tr1::posix
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc6752 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
H A Dgtest.h2872 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2886 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:std::tr1::posix
/external/fmtlib/test/
H A Dgmock-gtest-all.cc6752 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
/external/fmtlib/test/gtest/
H A Dgtest.h2872 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2886 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:std::tr1::posix

Completed in 2480 milliseconds