Home
last modified time | relevance | path

Searched refs:gettempprefix (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Doc/library/
Dtempfile.rst147 :func:`gettempprefix` or :func:`gettempprefixb`, as appropriate.
233 .. function:: gettempprefix()
240 Same as :func:`gettempprefix` but the return value is in bytes.
257 functions except :func:`gettempprefix` it is initialized following the
/external/python/cpython3/Lib/
Dtempfile.py277 def gettempprefix(): function
283 return _os.fsencode(gettempprefix())
/external/python/cpython2/Doc/library/
Dtempfile.rst238 Use :func:`gettempprefix` instead.
250 .. function:: gettempprefix()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None,
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None,
/external/python/cpython3/Lib/test/
Dtest_tempfile.py501 tempfile.gettempprefix(),
537 p = tempfile.gettempprefix()
553 p = tempfile.gettempprefix() + "xxxxxx.xxx"
/external/python/cpython2/Lib/
Dtempfile.py262 def gettempprefix(): function
/external/python/cpython2/Lib/test/
Dtest_tempfile.py483 p = tempfile.gettempprefix()
494 p = tempfile.gettempprefix() + "xxxxxx.xxx"