Home
last modified time | relevance | path

Searched defs:mkstemp (Results 1 – 9 of 9) sorted by relevance

/external/openssh/openbsd-compat/
Dmktemp.c121 mkstemp(char *path) in mkstemp() function
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py95 mkstemp = _tempfile.mkstemp variable
124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, function
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py95 mkstemp = _tempfile.mkstemp variable
124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, function
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m190 int mkstemp(char *template); function
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dshell.py93 mkstemp = _tempfile.mkstemp variable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dshell.py93 mkstemp = _tempfile.mkstemp variable
/external/libmtp/src/
Dplaylist-spl.c102 # define mkstemp(_pattern) _open(_mktemp(_pattern), _O_CREAT | _O_SHORT_LIVED | _O_EXCL) macro
/external/python/cpython2/Lib/
Dtempfile.py280 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
/external/python/cpython3/Lib/
Dtempfile.py303 def mkstemp(suffix=None, prefix=None, dir=None, text=False): function