Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp87 size_t max_rotated_logs_ = DEFAULT_MAX_ROTATED_LOGS; // 0 means "unbounded" member in Logcat
151 max_rotated_logs_ > 0 ? (int)(floor(log10(max_rotated_logs_) + 1)) : 0; in RotateLogs()
153 for (int i = max_rotated_logs_; i > 0; i--) { in RotateLogs()
775 if (!ParseUint(optarg, &max_rotated_logs_) || max_rotated_logs_ < 1) { in Run()
1003 max_rotated_logs_ > 0 ? (int)(floor(log10(max_rotated_logs_) + 1)) : 0; in Run()
1005 for (int i = max_rotated_logs_; i >= 0; --i) { in Run()