Lines Matching refs:FReopen
2872 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and2883 inline FILE *FReopen(const char* path, const char* mode, FILE* stream) {2884 return freopen(path, mode, stream);