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

/external/webrtc/webrtc/system_wrappers/source/
H A Dfile_impl.cc28 return new FileWrapperImpl();
31 FileWrapperImpl::FileWrapperImpl() function in class:webrtc::FileWrapperImpl
43 FileWrapperImpl::~FileWrapperImpl() {
49 int FileWrapperImpl::CloseFile() {
54 int FileWrapperImpl::Rewind() {
65 int FileWrapperImpl::SetMaxFileSize(size_t bytes) {
71 int FileWrapperImpl::Flush() {
76 int FileWrapperImpl
[all...]
H A Dfile_impl.h23 class FileWrapperImpl : public FileWrapper { class in namespace:webrtc
25 FileWrapperImpl();
26 ~FileWrapperImpl() override;

Completed in 93 milliseconds