HomeSort by relevance Sort by last modified time
    Searched refs:_file_path (Results 1 - 3 of 3) 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/tracing/tracing/trace_data/
trace_data.py 214 self._file_path = None
218 assert not self._backing_file and not self._file_path
227 assert self._file_path, (
229 return self._file_path
234 self._file_path = self._backing_file.name
248 assert self._file_path
249 with open(self._file_path) as f:
260 assert self._file_path
261 os.remove(self._file_path)
262 self._file_path = Non
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
debug_data.py 328 self._file_path = os.path.join(dump_root, debug_dump_rel_path)
329 self._dump_size_bytes = (gfile.Stat(self._file_path).length if
330 gfile.Exists(self._file_path) else None)
441 return self._file_path
    [all...]

Completed in 323 milliseconds