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 87 if (strcmp(FLAG_logfile, "-") == 0) {
89 } else if (strcmp(FLAG_logfile, kLogToTemporaryFile) == 0) {
92 if (strchr(FLAG_logfile, '%') != NULL ||
99 for (const char* p = FLAG_logfile; *p; p++) {
131 OpenFile(FLAG_logfile);
176 if (strcmp(FLAG_logfile, kLogToTemporaryFile) != 0) {
  /external/v8/test/cctest/
test-log.cc 70 i::FLAG_logfile = i::Log::kLogToTemporaryFile;

Completed in 81 milliseconds