Home
last modified time | relevance | path

Searched refs:FileWrapperImpl (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dfile_impl.cc26 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()
[all …]
Dfile_impl.h20 class FileWrapperImpl : public FileWrapper
23 FileWrapperImpl();
24 virtual ~FileWrapperImpl();