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

/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test_.cc1044 posix::FReopen("nul:", "w", stdout);
1046 posix::FReopen("/dev/null", "w", stdout);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2360 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2371 inline FILE *FReopen(const char* path, const char* mode, FILE* stream) { function in namespace:testing::internal::posix

Completed in 17 milliseconds