Searched defs:FDOpen (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ | ||
| H A D | gtest-port.h | 2034 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix |
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ | ||
| H A D | gtest-port.h | 2374 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } function in namespace:testing::internal::posix |
Completed in 12 milliseconds