Searched defs:mkstemp (Results 1 – 9 of 9) sorted by relevance
/external/openssh/openbsd-compat/ |
D | mktemp.c | 121 mkstemp(char *path) in mkstemp() function
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | shell.py | 95 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/ |
D | shell.py | 95 mkstemp = _tempfile.mkstemp variable 124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, function
|
/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 190 int mkstemp(char *template); function
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
D | shell.py | 93 mkstemp = _tempfile.mkstemp variable
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
D | shell.py | 93 mkstemp = _tempfile.mkstemp variable
|
/external/libmtp/src/ |
D | playlist-spl.c | 102 # define mkstemp(_pattern) _open(_mktemp(_pattern), _O_CREAT | _O_SHORT_LIVED | _O_EXCL) macro
|
/external/python/cpython2/Lib/ |
D | tempfile.py | 280 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
|
/external/python/cpython3/Lib/ |
D | tempfile.py | 303 def mkstemp(suffix=None, prefix=None, dir=None, text=False): function
|