Searched refs:_log_path (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | 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/ |
D | 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/ |
D | tracing_controller.py | 39 self._log_path = None 55 self._log_path = controller_log_file.name 57 trace_event.trace_enable(self._log_path) 76 with open(self._log_path, 'r') as outfile:
|
/external/autotest/client/site_tests/graphics_dEQP/ |
D | graphics_dEQP.py | 41 _log_path = None # Location for detailed test output logs (in /tmp/). variable in graphics_dEQP 323 result_prefix = os.path.join(self._log_path, test_case) 456 log_file = os.path.join(self._log_path, 524 self._log_path = os.path.join(tempfile.gettempdir(), 530 self._log_path = os.path.join(tempfile.gettempdir(), 532 shutil.rmtree(self._log_path, ignore_errors=True) 533 os.mkdir(self._log_path)
|