Lines Matching refs:FileWrapperImpl
26 return new FileWrapperImpl();
29 FileWrapperImpl::FileWrapperImpl()
40 FileWrapperImpl::~FileWrapperImpl()
48 int FileWrapperImpl::CloseFile()
60 int FileWrapperImpl::Rewind()
73 int FileWrapperImpl::SetMaxFileSize(size_t bytes)
79 int FileWrapperImpl::Flush()
88 int FileWrapperImpl::FileName(char* fileNameUTF8,
112 bool FileWrapperImpl::Open() const
117 int FileWrapperImpl::OpenFile(const char *fileNameUTF8, bool readOnly,
190 int FileWrapperImpl::Read(void* buf, int length)
206 int FileWrapperImpl::WriteText(const char* format, ...)
233 bool FileWrapperImpl::Write(const void* buf, int length)