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

  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_event_unittest.py 24 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/
task.py 92 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/
tracing_controller.py 40 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/
graphics_dEQP.py 42 _log_path = None # Location for detailed test output logs (in /tmp/). variable in class: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)

Completed in 117 milliseconds