Home
last modified time | relevance | path

Searched defs:mkdtemp (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/common/android/testing/
Dmkdtemp.h52 #define mkdtemp breakpad_mkdtemp macro
/external/openssh/openbsd-compat/
Dmktemp.c133 mkdtemp(char *path) in mkdtemp() function
/external/python/cpython3/Lib/distutils/tests/
Dsupport.py71 def mkdtemp(self): member in TempdirManager
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m188 char *mkdtemp(char *template); function
/external/python/cpython2/Lib/distutils/tests/
Dsupport.py78 def mkdtemp(self): member in TempdirManager
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert_test.py73 def mkdtemp(self): member in TrtConvertTest
/external/python/cpython2/Lib/
Dtempfile.py317 def mkdtemp(suffix="", prefix=template, dir=None): function
/external/python/cpython2/Lib/test/
Dtest_shutil.py69 def mkdtemp(self): member in TestShutil
/external/python/cpython3/Lib/
Dtempfile.py335 def mkdtemp(suffix=None, prefix=None, dir=None): function
/external/python/cpython3/Lib/test/
Dtest_shutil.py175 def mkdtemp(self): member in TestShutil
/external/rust/crates/libc/src/unix/
Dmod.rs1406 pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; in mkdtemp() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3971 pub fn mkdtemp(template: *mut ::c_char) -> *mut ::c_char; in mkdtemp() function