Searched refs:last_seconds_max (Results 1 – 1 of 1) sorted by relevance
34 static const time_t last_seconds_max = 24 * 60 * 60; // maximum of a day variable63 } else if (seconds > last_seconds_max) { in __android_log_ratelimit()64 seconds = last_seconds_max; in __android_log_ratelimit()