HomeSort by relevance Sort by last modified time
    Searched refs:_maxSizeInBytes (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/source/
file_impl.h 50 size_t _maxSizeInBytes; // -1 indicates file size limitation is off
file_impl.cc 34 _maxSizeInBytes(0),
75 _maxSizeInBytes = bytes;
248 if (_maxSizeInBytes > 0 && (_sizeInBytes + length) > _maxSizeInBytes)

Completed in 93 milliseconds