Searched refs:maxRotatedLogs (Results 1 – 1 of 1) sorted by relevance
109 size_t maxRotatedLogs; member137 context->maxRotatedLogs = DEFAULT_MAX_ROTATED_LOGS; in create_android_logcat()248 (context->maxRotatedLogs > 0) in rotateLogs()249 ? (int)(floor(log10(context->maxRotatedLogs) + 1)) in rotateLogs()252 for (int i = context->maxRotatedLogs; i > 0; i--) { in rotateLogs()1166 if (!getSizeTArg(optctx.optarg, &context->maxRotatedLogs, 1)) { in __logcat()1455 (context->maxRotatedLogs > 0) ? in __logcat()1456 (int)(floor(log10(context->maxRotatedLogs) + 1)) : in __logcat()1459 for (int i = context->maxRotatedLogs ; i >= 0 ; --i) { in __logcat()