Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 – 25 of 25) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dmkstemp.c63 __weak_alias(mkstemp,_mkstemp) in __weak_alias() argument
67 mkstemp(char *path) in __weak_alias()
Dtmpfile.c74 fd = mkstemp(buf); in tmpfile()
DStdio.inf112 mkstemp.c #
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_csv.py121 fd, name = tempfile.mkstemp()
198 fd, name = tempfile.mkstemp()
290 fd, name = tempfile.mkstemp()
352 fd, name = tempfile.mkstemp()
374 fd, name = tempfile.mkstemp()
385 fd, name = tempfile.mkstemp()
396 fd, name = tempfile.mkstemp()
407 fd, name = tempfile.mkstemp()
418 fd, name = tempfile.mkstemp()
442 fd, name = tempfile.mkstemp()
[all …]
Dtest_subprocess.py27 mkstemp = tempfile.mkstemp variable
30 def mkstemp(): function
583 ifhandle, ifname = mkstemp()
584 ofhandle, ofname = mkstemp()
585 efhandle, efname = mkstemp()
689 f, fname = mkstemp()
733 f, fname = mkstemp()
1003 f, fname = mkstemp(".py", "te st")
Dtest_urllib.py236 newFd, newFilePath = tempfile.mkstemp()
Dtest_tempfile.py388 (fd, name) = tempfile.mkstemp(dir=dir, prefix=pre, suffix=suf)
Dtest_shutil.py136 handle, path = tempfile.mkstemp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtoaiff.py81 (fd, fname) = tempfile.mkstemp()
104 (fd, temp) = tempfile.mkstemp()
Dpipes.py227 (fd, temp) = tempfile.mkstemp()
Dmimetools.py230 (fd, tempname) = tempfile.mkstemp()
Dcgitb.py297 (fd, path) = tempfile.mkstemp(suffix=suffix, dir=self.logdir)
Dtempfile.py259 def mkstemp(suffix="", prefix=template, dir=None, text=False): function
Durllib.py249 (fd, filename) = tempfile.mkstemp(suffix)
Dpydoc.py1341 (fd, filename) = tempfile.mkstemp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dutil.py472 from tempfile import mkstemp
473 (script_fd, script_name) = mkstemp(".py")
Dccompiler.py795 fd, fname = tempfile.mkstemp(".c", funcname, text=True)
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
Dstdlib.h174 int mkstemp(char *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloslib.c50 e = mkstemp(b); \
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h1496 int mkstemp(char *);
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c1436 fd1 = mkstemp(tmp1); in ParseSection()
1437 fd2 = mkstemp(tmp2); in ParseSection()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Dcompat.c187 mkstemp(char *path) in mkstemp() function
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dnamespace.h419 #define mkstemp _mkstemp
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dpydoc.py1345 (fd, filename) = tempfile.mkstemp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dpydoc.py1417 (fd, filename) = tempfile.mkstemp()