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

/external/autotest/client/tests/cgroup/
H A Dcgroup_client.py12 from tempfile import mktemp namespace
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_tempfile.py50 self.tempdir = None # initialized by mktemp(), others
285 def mktemp(self, suffix=''): member in class:FakeTempfileModule
286 """mktemp is deprecated in 2.4.1, and is thus unimplemented."""
307 """For validation purposes, mktemp()'s return values are stored."""
311 """Clear the stored mktemp() values."""
/external/toybox/generated/
H A Dglobals.h83 // toys/lsb/mktemp.c
1393 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 5728 milliseconds