Home
last modified time | relevance | path

Searched refs:_log_path (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event_unittest.py27 self._log_path = filename
29 trace_event.trace_enable(self._log_path, format=format)
55 with open(self._log_path, 'r') as f:
77 with open(self._log_path, 'r') as f:
94 with open(self._log_path, 'r') as f:
103 with open(self._log_path, 'r') as f:
111 with open(self._log_path, 'r') as f:
121 with open(self._log_path, 'r') as f:
139 with open(self._log_path, 'r') as f:
160 with open(self._log_path, 'r') as f:
[all …]
/external/toolchain-utils/bestflags/
Dtask.py92 self._log_path = (Task.LOG_DIRECTORY, self._task_identifier)
364 steering_log = '%s/%s/steering.txt' % self._log_path
389 build_result_log = '%s/%s/build.txt' % self._log_path
401 build_run_log = '%s/%s/build_log.txt' % self._log_path
417 test_log = '%s/%s/test.txt' % self._log_path
428 test_run_log = '%s/%s/test_log.txt' % self._log_path
/external/chromium-trace/catapult/systrace/systrace/
Dtracing_controller.py41 self._log_path = None
57 self._log_path = controller_log_file.name
59 trace_event.trace_enable(self._log_path)
78 with open(self._log_path, 'r') as outfile:
/external/autotest/server/cros/network/
Dwpa_mon.py66 self._log_path = os.path.join(tmp_dir, self.WPAS_EVENT_LOG)
76 (self._pipe, self._pipe, self._dest, local, self._log_path)
137 return self._host.run('cat %s' % self._log_path).stdout.rstrip()
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py41 _log_path = None # Location for detailed test output logs (in /tmp/). variable in graphics_dEQP
335 result_prefix = os.path.join(self._log_path, test_case)
467 self._log_path, '%s_hasty_%d.log' % (self._filter, batch))
564 self._log_path = os.path.join(tempfile.gettempdir(),
566 shutil.rmtree(self._log_path, ignore_errors=True)
567 os.mkdir(self._log_path)