Home | History | Annotate | Download | only in base

Lines Matching defs:OpenFile

594   return OpenFile(*path, "wb+");
728 FILE* OpenFile(const FilePath& filename, const char* mode) {
734 FILE* OpenFile(const std::string& filename, const char* mode) {