Searched defs:mkstemp (Results 1 – 13 of 13) sorted by relevance
| /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/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/rcssmin/_setup/py3/ |
| D | shell.py | 93 mkstemp = _tempfile.mkstemp variable
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
| D | shell.py | 93 mkstemp = _tempfile.mkstemp variable
|
| /external/llvm-project/clang/test/Analysis/ |
| D | security-syntax-checks.m | 258 int mkstemp(char *template); function
|
| /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 | 296 def mkstemp(suffix=None, prefix=None, dir=None, text=False): function
|
| /external/rust/crates/nix/src/ |
| D | unistd.rs | 1758 pub fn mkstemp<P: ?Sized + NixPath>(template: &P) -> Result<(RawFd, PathBuf)> { in mkstemp() function
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 1339 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1255 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3825 pub fn mkstemp(template: *mut ::c_char) -> ::c_int; in mkstemp() function
|