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

  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_tempfile.py 49 self._tempfile = tempfile
80 next(self._tempfile._RandomNameSequence()),
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
ext.py 33 import tempfile as _tempfile namespace
181 self._tempdir = tempdir = _tempfile.mkdtemp()
shell.py 34 import tempfile as _tempfile namespace
95 mkstemp = _tempfile.mkstemp
124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None,
129 dir = _tempfile.gettempdir()
136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
ext.py 34 import tempfile as _tempfile namespace
180 self._tempdir = tempdir = _tempfile.mkdtemp()
shell.py 33 import tempfile as _tempfile namespace
93 mkstemp = _tempfile.mkstemp
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
ext.py 33 import tempfile as _tempfile namespace
181 self._tempdir = tempdir = _tempfile.mkdtemp()
shell.py 34 import tempfile as _tempfile namespace
95 mkstemp = _tempfile.mkstemp
124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None,
129 dir = _tempfile.gettempdir()
136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
ext.py 34 import tempfile as _tempfile namespace
180 self._tempdir = tempdir = _tempfile.mkdtemp()
shell.py 33 import tempfile as _tempfile namespace
93 mkstemp = _tempfile.mkstemp
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
monsoon.py 62 self._tempfile = open(tmpname, 'w')
66 fcntl.lockf(self._tempfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
91 self._tempfile = None
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_tempfile.py 50 self._tempfile = tempfile
81 next(self._tempfile._RandomNameSequence()),
  /cts/tools/utils/
monsoon.py 88 self._tempfile = open(tmpname, "w")
94 fcntl.lockf(self._tempfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
117 self._tempfile = None
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 99 self._tempfile = open(tmpname, "w")
106 fcntl.lockf(self._tempfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
132 self._tempfile = None
    [all...]

Completed in 284 milliseconds