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