Searched refs:max_rotated_logs_ (Results 1 – 1 of 1) sorted by relevance
88 size_t max_rotated_logs_ = DEFAULT_MAX_ROTATED_LOGS; // 0 means "unbounded" member in Logcat153 max_rotated_logs_ > 0 ? (int)(floor(log10(max_rotated_logs_) + 1)) : 0; in RotateLogs()155 for (int i = max_rotated_logs_; i > 0; i--) { in RotateLogs()778 if (!ParseUint(optarg, &max_rotated_logs_) || max_rotated_logs_ < 1) { in Run()920 max_rotated_logs_ > 0 ? (int)(floor(log10(max_rotated_logs_) + 1)) : 0; in Run()922 for (int i = max_rotated_logs_; i >= 0; --i) { in Run()