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

/openjdk9/test/fmw/gtest/include/gtest/internal/
H A Dgtest-port.h1780 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix

Completed in 166 milliseconds