Home | History | Annotate | Download | only in gtest

Lines Matching refs:FReopen

2872 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2883 inline FILE *FReopen(const char* path, const char* mode, FILE* stream) {
2884 return freopen(path, mode, stream);