HomeSort by relevance Sort by last modified time
    Searched defs:mkdtemp (Results 1 - 4 of 4) sorted by null

  /bionic/libc/stdio/
mktemp.c 61 mkdtemp(char *path) function
  /external/chromium/base/
file_util_android.cc 39 mkdtemp(char *path) function
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem.py 143 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)
filesystem_mock.py 198 def mkdtemp(self, **kwargs): member in class:MockFileSystem

Completed in 144 milliseconds