HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_logfile (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
log-utils.cc 177 if (strcmp(FLAG_logfile, "-") == 0) {
179 } else if (strcmp(FLAG_logfile, "*") == 0) {
182 if (strchr(FLAG_logfile, '%') != NULL ||
189 for (const char* p = FLAG_logfile; *p; p++) {
221 OpenFile(FLAG_logfile);
  /external/v8/test/cctest/
test-log.cc 30 i::FLAG_logfile = "*";
122 i::FLAG_logfile = "-";
190 i::FLAG_logfile = "*";
    [all...]

Completed in 928 milliseconds