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

  /bionic/libc/stdio/
mktemp.c 66 char *_mktemp(char *);
69 _mktemp(char *path) function
80 return(_mktemp(path));
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 191 def _mktemp(self, suffix='', prefix='tmp', dir=None, **kwargs): member in class:MockFileSystem
203 self._directory_path = fs._mktemp(**kwargs)
240 path = self._mktemp(suffix)

Completed in 225 milliseconds