Searched defs:mkdtemp (Results 1 - 4 of 4) sorted by relevance

/external/openssh/openbsd-compat/
H A Dmktemp.c67 mkdtemp(char *path) function
/external/chromium/base/
H A Dfile_util_android.cc39 mkdtemp(char *path) function
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py143 def mkdtemp(self, **kwargs): member in class:FileSystem
146 This is like tempfile.mkdtemp, but if used in a with statement
158 self._directory_path = tempfile.mkdtemp(**self._kwargs)
H A Dfilesystem_mock.py198 def mkdtemp(self, **kwargs): member in class:MockFileSystem

Completed in 143 milliseconds