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

  /external/v8/src/
log-utils.cc 30 void Log::Initialize(const char* log_file_name) {
48 if (strcmp(log_file_name, kLogToConsole) == 0) {
50 } else if (strcmp(log_file_name, kLogToTemporaryFile) == 0) {
53 OpenFile(log_file_name);
log-utils.h 26 void Initialize(const char* log_file_name);
log.cc 1663 std::ostringstream log_file_name; local
    [all...]
  /external/autotest/scheduler/
postjob_task.py 30 def __init__(self, queue_entries, log_file_name):
31 super(PostJobTask, self).__init__(log_file_name=log_file_name)
234 queue_entries, log_file_name='.collect_crashinfo.log')
314 log_file_name='.parse.log')
356 log_file_name='.archiving.log')
agent_task.py 147 def __init__(self, log_file_name=None):
149 @param log_file_name: (optional) name of file to log command output to
161 self._log_file_name = log_file_name
  /external/autotest/client/bin/
fio_util.py 148 for pass_index, log_file_name in enumerate([p[1] for p in pass_list]):
149 all_row.extend(cls._parse_log_file(log_file_name, pass_index,
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
replay.py 67 def configure_logging(log_level_name, log_file_name=None):
72 log_file_name: a file name
85 if log_file_name:
86 fh = logging.FileHandler(log_file_name)

Completed in 1229 milliseconds