Home | History | Annotate | Download | only in internal

Lines Matching full:freopen

2391 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2402 inline FILE *FReopen(const char* path, const char* mode, FILE* stream) {
2403 return freopen(path, mode, stream);