Home
last modified time | relevance | path

Searched defs:mkstemp (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py95 mkstemp = _tempfile.mkstemp variable
124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, function
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py95 mkstemp = _tempfile.mkstemp variable
124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, function
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m190 int mkstemp(char *template); function
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_tempfile.py152 def mkstemp(self, suffix='', prefix=None, dir=None, text=False): member in FakeTempfileModule
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
Dshell.py93 mkstemp = _tempfile.mkstemp variable
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
Dshell.py93 mkstemp = _tempfile.mkstemp variable
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
Dfake_tempfile.py153 def mkstemp(self, suffix='', prefix=None, dir=None, text=False): member in FakeTempfileModule
/external/libmtp/src/
Dplaylist-spl.c101 # define mkstemp(_pattern) _open(_mktemp(_pattern), _O_CREAT | _O_SHORT_LIVED | _O_EXCL) macro
/external/valgrind/coregrind/
Dm_libcfile.c886 Int VG_(mkstemp) ( const HChar* part_of_name, /*OUT*/HChar* fullname ) in VG_() argument