Home | History | Annotate | Download | only in src

Lines Matching defs:FOpen

63   *pFile = fopen(filename, mode);
704 FILE* OS::FOpen(const char* path, const char* mode) {
729 FILE* result = FOpen(tempNameBuffer, "w+"); // Same mode as tmpfile uses.