Home
last modified time | relevance | path

Searched refs:LNKTYPE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py79 LNKTYPE = "1" # link (inside tarfile) variable
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
1460 return self.type == LNKTYPE
1859 type = LNKTYPE
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tarfile.py1009 tarinfo.type = tarfile.LNKTYPE
1091 self.assertTrue(tarinfo.type == tarfile.LNKTYPE,
1108 tarinfo.type = tarfile.LNKTYPE