Searched defs:mktemp (Results 1 - 13 of 13) sorted by relevance

/external/autotest/client/tests/cgroup/
H A Dcgroup_client.py12 from tempfile import mktemp namespace
/external/python/cpython2/Lib/distutils/command/
H A Dbdist_wininst.py183 from tempfile import mktemp namespace
184 archive_basename = mktemp()
/external/python/cpython2/Lib/test/
H A Dtest_glob.py19 def mktemp(self, *parts): member in class:GlobTests
29 self.mktemp('a', 'D')
30 self.mktemp('aab', 'F')
31 self.mktemp('.aa', 'G')
32 self.mktemp('.bb', 'H')
33 self.mktemp('aaa', 'zzzF')
34 self.mktemp('ZZZ')
35 self.mktemp('a', 'bcd', 'EF')
36 self.mktemp('a', 'bcd', 'efg', 'ha')
/external/python/cpython3/Lib/distutils/command/
H A Dbdist_wininst.py173 from tempfile import mktemp namespace
174 archive_basename = mktemp()
/external/python/cpython2/Lib/distutils/
H A Dutil.py385 from tempfile import mktemp namespace
386 (script_fd, script_name) = None, mktemp(".py")
/external/python/cpython3/Lib/test/
H A Dtest_glob.py19 def mktemp(self, *parts): member in class:GlobTests
28 self.mktemp('a', 'D')
29 self.mktemp('aab', 'F')
30 self.mktemp('.aa', 'G')
31 self.mktemp('.bb', 'H')
32 self.mktemp('aaa', 'zzzF')
33 self.mktemp('ZZZ')
34 self.mktemp('EF')
35 self.mktemp('a', 'bcd', 'EF')
36 self.mktemp('
[all...]
/external/python/cpython2/Lib/msilib/
H A D__init__.py216 from tempfile import mktemp namespace
217 filename = mktemp()
/external/python/cpython2/Lib/
H A Dtempfile.py6 except for 'mktemp'. 'mktemp' is subject to race conditions and
24 "mktemp", # deprecated unsafe interface
353 def mktemp(suffix="", prefix=template, dir=None): function
367 ## _warn("mktemp is a potential security risk to your program",
/external/python/cpython3/Lib/distutils/
H A Dutil.py382 from tempfile import mktemp namespace
383 (script_fd, script_name) = None, mktemp(".py")
/external/python/cpython3/Lib/msilib/
H A D__init__.py215 from tempfile import mktemp namespace
216 filename = mktemp()
/external/python/cpython3/Lib/
H A Dtempfile.py6 except for 'mktemp'. 'mktemp' is subject to race conditions and
30 "mktemp", # deprecated unsafe interface
384 def mktemp(suffix="", prefix=template, dir=None): function
399 ## _warn("mktemp is a potential security risk to your program",
/external/toybox/generated/
H A Dglobals.h93 // toys/lsb/mktemp.c
1421 struct mktemp_data mktemp; member in union:global_union
/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c143 mktemp(IRType type, IRExpr *expr) function
1583 return mktemp(Ity_I32, rm);
1659 return mktemp(Ity_I32, rm);
2751 s390_cc_thunk_putSS(S390_CC_OP_SIGNED_ADD_32, op1, mktemp(Ity_I32,
2768 s390_cc_thunk_putSS(S390_CC_OP_SIGNED_ADD_64, op1, mktemp(Ity_I64,
2785 s390_cc_thunk_putSS(S390_CC_OP_SIGNED_ADD_32, mktemp(Ity_I32, mkU32((UInt)
2802 s390_cc_thunk_putSS(S390_CC_OP_SIGNED_ADD_64, mktemp(Ity_I64, mkU64((ULong)
2820 s390_cc_thunk_putSS(S390_CC_OP_SIGNED_ADD_32, op1, mktemp(Ity_I32,
2837 s390_cc_thunk_putSS(S390_CC_OP_SIGNED_ADD_64, op1, mktemp(Ity_I64,
2885 s390_cc_thunk_putSS(S390_CC_OP_SIGNED_ADD_32, op1, mktemp(Ity_I3
[all...]

Completed in 471 milliseconds