HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_logfile (Results 1 - 5 of 5) 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/chromium_org/v8/src/
log-utils.cc 108 if (strcmp(FLAG_logfile, kLogToTemporaryFile) != 0) {
log.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-log.cc 98 i::FLAG_logfile = i::Log::kLogToTemporaryFile;
  /external/v8/test/cctest/
test-log.cc 70 i::FLAG_logfile = i::Log::kLogToTemporaryFile;

Completed in 2282 milliseconds