Home
last modified time | relevance | path

Searched refs:tmpname (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tarfile.py33 tmpname = os.path.join(TEMPDIR, "tmp.tar") variable
165 tarfile.open(tmpname, self.mode.replace("r", "w")).close()
167 tar = tarfile.open(tmpname, self.mode)
177 open(tmpname, "wb").close()
178 self.assertRaises(tarfile.ReadError, tarfile.open, tmpname, self.mode)
179 self.assertRaises(tarfile.ReadError, tarfile.open, tmpname)
193 fobj = _open(tmpname, "wb")
198 tar = tarfile.open(tmpname, mode="r", ignore_zeros=True)
631 tar = tarfile.open(tmpname, self.mode)
636 tar = tarfile.open(tmpname)
[all …]
Dtest_old_mailbox.py49 tmpname = os.path.join(self._dir, "tmp", filename)
51 with open(tmpname, "w") as fp:
52 self._msgfiles.append(tmpname)
57 os.link(tmpname, newname)
62 return tmpname
Dtest_mailbox.py1811 tmpname = os.path.join(self._dir, "tmp", filename)
1813 with open(tmpname, "w") as fp:
1814 self._msgfiles.append(tmpname)
1819 os.link(tmpname, newname)
1824 return tmpname
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c1480 char tmpname[256]; in symtable_new_tmpname() local
1483 PyOS_snprintf(tmpname, sizeof(tmpname), "_[%d]", in symtable_new_tmpname()
1485 tmp = PyString_InternFromString(tmpname); in symtable_new_tmpname()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c1482 char tmpname[256]; in symtable_new_tmpname() local
1485 PyOS_snprintf(tmpname, sizeof(tmpname), "_[%d]", in symtable_new_tmpname()
1487 tmp = PyString_InternFromString(tmpname); in symtable_new_tmpname()