Home
last modified time | relevance | path

Searched defs:mkdtemp (Results 1 – 7 of 7) 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/libchrome/base/
Dos_compat_android.cc115 char* mkdtemp(char* path) { in mkdtemp() function
/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/python/cpython2/Lib/
Dtempfile.py317 def mkdtemp(suffix="", prefix=template, dir=None): function
/external/python/cpython2/Lib/test/
Dtest_shutil.py68 def mkdtemp(self): member in TestShutil