Home
last modified time | relevance | path

Searched refs:GNUTYPE_LONGNAME (Results 1 - 3 of 3) sorted by relevance

/third_party/zlib/contrib/untgz/
H A Duntgz.c69 #define GNUTYPE_LONGNAME 'L' /* long file name */ macro
562 case GNUTYPE_LONGNAME: in tar()
/third_party/python/Lib/
H A Dtarfile.py99 GNUTYPE_LONGNAME = b"L" # GNU tar longname variable
119 GNUTYPE_LONGNAME, GNUTYPE_LONGLINK,
127 GNU_TYPES = (GNUTYPE_LONGNAME, GNUTYPE_LONGLINK,
1016 buf += self._create_gnu_long_header(info["name"], GNUTYPE_LONGNAME, encoding, errors)
1154 """Return a GNUTYPE_LONGNAME or GNUTYPE_LONGLINK sequence
1308 if self.type in (GNUTYPE_LONGNAME, GNUTYPE_LONGLINK):
1354 if self.type == GNUTYPE_LONGNAME:
/third_party/python/Lib/test/
H A Dtest_tarfile.py1067 longnametype = tarfile.GNUTYPE_LONGNAME
2483 'GNUTYPE_LONGNAME', 'GNUTYPE_LONGLINK', 'GNUTYPE_SPARSE',

Completed in 10 milliseconds