Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event_unittest.py24 self._log_path = tf.name
28 if os.path.exists(self._log_path):
29 os.remove(self._log_path)
34 trace_event.trace_enable(self._log_path)
60 with open(self._log_path, 'r') as f:
81 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:
[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.py40 self._log_path = None
56 self._log_path = controller_log_file.name
58 trace_event.trace_enable(self._log_path)
77 with open(self._log_path, 'r') as outfile:
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py42 _log_path = None # Location for detailed test output logs (in /tmp/). variable in graphics_dEQP
318 result_prefix = os.path.join(self._log_path, test_case)
453 log_file = os.path.join(self._log_path,
552 self._log_path = os.path.join(tempfile.gettempdir(), '%s-logs' %
554 shutil.rmtree(self._log_path, ignore_errors=True)
555 os.mkdir(self._log_path)