Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dfile_impl.cc34 _maxSizeInBytes(0), in FileWrapperImpl()
75 _maxSizeInBytes = bytes; in SetMaxFileSize()
248 if (_maxSizeInBytes > 0 && (_sizeInBytes + length) > _maxSizeInBytes) in Write()
Dfile_impl.h50 size_t _maxSizeInBytes; // -1 indicates file size limitation is off variable