Home
last modified time | relevance | path

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

/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/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/openssh/openbsd-compat/
Dmktemp.c121 mkstemp(char *path) in mkstemp() 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/python/cpython2/Lib/
Dtempfile.py280 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
/external/python/cpython3/Lib/
Dtempfile.py295 def mkstemp(suffix=None, prefix=None, dir=None, text=False): function
/external/rust/crates/libc/src/unix/
Dmod.rs1405 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1331 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3970 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function