Searched defs:_mktemp (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dfile_util_android.cc44 char *_mktemp(char *);
47 _mktemp(char *path) function
60 return(_mktemp(path));
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock.py191 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 115 milliseconds