Home | History | Annotate | Download | only in src

Lines Matching refs:FLAG_logfile

1426     if (strcmp(FLAG_logfile, "-") == 0) {
1428 } else if (strcmp(FLAG_logfile, "*") == 0) {
1430 } else if (strchr(FLAG_logfile, '%') != NULL) {
1435 for (const char* p = FLAG_logfile; *p; p++) {
1467 Log::OpenFile(FLAG_logfile);