Searched refs:kMaxLogSize (Results 1 – 4 of 4) sorted by relevance
38 constexpr size_t kMaxLogSize = 255; variable52 s.substr(0, kMaxLogSize)); in Push()57 char buf[kMaxLogSize]; in Push()
34 constexpr size_t kMaxLogSize = 255; variable45 s.substr(0, kMaxLogSize)); in Push()50 char buf[kMaxLogSize]; in Push()
66 static constexpr size_t kMaxLogSize = 10000; variable
57 return logSize <= kMaxLogSize ? logSize : kDefaultLogSize; in getLogSizeFromSysProp()