Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dfilerotatingstream.cc350 max_total_log_size_(0), in CallSessionFileRotatingStream()
361 max_total_log_size_(max_total_log_size), in CallSessionFileRotatingStream()
375 SetMaxFileSize(GetRotatingLogSize(max_total_log_size_)); in OnRotation()
Dfilerotatingstream.h164 const size_t max_total_log_size_; variable