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

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
module.py 11 self._file_path = file_path
13 with open(self._file_path, 'r') as f:
18 return self._file_path
38 with open(self._file_path, 'w') as f:
  /external/chromium-trace/catapult/telemetry/telemetry/wpr/
archive_info.py 31 self._file_path = file_path
80 ' field is needed' % self._file_path
183 with open(self._file_path, 'w') as f:
207 base = os.path.splitext(os.path.basename(self._file_path))[0]
  /external/chromium-trace/catapult/tracing/bin/
symbolize_trace 64 self._file_path = file_path
80 return self._file_path
  /system/connectivity/shill/mobile_operator_db/
serviceproviders_converter.py 55 self._file_path = file_path
84 element_tree = ElementTree.parse(self._file_path, parser=parser)

Completed in 6594 milliseconds