Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp108 const char* outputFileName; member
241 if (!context->outputFileName) return; in rotateLogs()
257 "%s.%.*d", context->outputFileName, maxRotationCountDigits, i); in rotateLogs()
261 file0 = android::base::StringPrintf("%s", context->outputFileName); in rotateLogs()
264 android::base::StringPrintf("%s.%.*d", context->outputFileName, in rotateLogs()
280 context->output_fd = openLogFile(context->outputFileName); in rotateLogs()
380 if (!context->outputFileName) return; in setupOutputAndSchedulingPolicy()
404 context->output_fd = openLogFile(context->outputFileName); in setupOutputAndSchedulingPolicy()
634 static log_time lastLogTime(const char* outputFileName) { in lastLogTime() argument
636 if (!outputFileName) return retval; in lastLogTime()
[all …]