Searched refs:LNKTYPE (Results 1 – 7 of 7) sorted by relevance
/external/zlib/src/contrib/untgz/ |
D | untgz.c | 44 #define LNKTYPE '1' /* link */ macro
|
/external/python/cpython2/Lib/ |
D | tarfile.py | 79 LNKTYPE = "1" # link (inside tarfile) variable 104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE, 1474 return self.type == LNKTYPE 1895 type = LNKTYPE
|
/external/python/cpython3/Lib/ |
D | tarfile.py | 89 LNKTYPE = b"1" # link (inside tarfile) variable 114 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE, 1374 return self.type == LNKTYPE 1821 type = LNKTYPE
|
/external/python/cpython2/Lib/test/ |
D | test_tarfile.py | 1234 tarinfo.type = tarfile.LNKTYPE 1319 self.assertTrue(tarinfo.type == tarfile.LNKTYPE, 1336 tarinfo.type = tarfile.LNKTYPE
|
/external/python/cpython2/Doc/library/ |
D | tarfile.rst | 561 :const:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`, 570 of type :const:`LNKTYPE` and :const:`SYMTYPE`.
|
/external/python/cpython3/Lib/test/ |
D | test_tarfile.py | 1467 tarinfo.type = tarfile.LNKTYPE 1666 self.assertEqual(tarinfo.type, tarfile.LNKTYPE, 1683 tarinfo.type = tarfile.LNKTYPE
|
/external/python/cpython3/Doc/library/ |
D | tarfile.rst | 578 :const:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`, 587 of type :const:`LNKTYPE` and :const:`SYMTYPE`.
|