Searched refs:_maxSizeInBytes (Results 1 – 2 of 2) sorted by relevance
34 _maxSizeInBytes(0), in FileWrapperImpl()75 _maxSizeInBytes = bytes; in SetMaxFileSize()248 if (_maxSizeInBytes > 0 && (_sizeInBytes + length) > _maxSizeInBytes) in Write()
50 size_t _maxSizeInBytes; // -1 indicates file size limitation is off variable