Searched defs:mkstemp (Results 1 – 11 of 11) sorted by relevance
/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/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/openssh/openbsd-compat/ |
D | mktemp.c | 121 mkstemp(char *path) in mkstemp() 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/python/cpython2/Lib/ |
D | tempfile.py | 280 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
|
/external/python/cpython3/Lib/ |
D | tempfile.py | 295 def mkstemp(suffix=None, prefix=None, dir=None, text=False): function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1405 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1331 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3970 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function
|