Home | History | Annotate | Download | only in visitedlink

Lines Matching full:openfile

30 using file_util::OpenFile;
515 file_ = OpenFile(filename, "wb+");
546 ScopedFILE file_closer(OpenFile(filename, "rb+"));