Searched refs:outputFileName (Results 1 – 1 of 1) sorted by relevance
105 const char* outputFileName; member238 if (!context->outputFileName) return; in rotateLogs()254 "%s.%.*d", context->outputFileName, maxRotationCountDigits, i); in rotateLogs()258 file0 = android::base::StringPrintf("%s", context->outputFileName); in rotateLogs()261 android::base::StringPrintf("%s.%.*d", context->outputFileName, in rotateLogs()277 context->output_fd = openLogFile(context->outputFileName); in rotateLogs()377 if (!context->outputFileName) return; in setupOutputAndSchedulingPolicy()401 context->output_fd = openLogFile(context->outputFileName); in setupOutputAndSchedulingPolicy()639 static log_time lastLogTime(const char* outputFileName) { in lastLogTime() argument641 if (!outputFileName) return retval; in lastLogTime()[all …]