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

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
mktemp.c 48 char *_mktemp(char *);
78 _mktemp(char *path) function
89 return (_mktemp(path));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 229 def _mktemp(self, suffix='', prefix='tmp', dir=None, **kwargs): member in class:MockFileSystem
242 self._directory_path = fs._mktemp(**kwargs)
296 path = self._mktemp(suffix)

Completed in 72 milliseconds