Home
last modified time | relevance | path

Searched refs:DIRTYPE (Results 1 – 4 of 4) sorted by relevance

/external/zlib/src/contrib/untgz/
Duntgz.c48 #define DIRTYPE '5' /* directory */ macro
459 case DIRTYPE: in tar()
/external/python/cpython2/Lib/
Dtarfile.py83 DIRTYPE = "5" # directory variable
105 SYMTYPE, DIRTYPE, FIFOTYPE,
991 if info["type"] == DIRTYPE and not info["name"].endswith("/"):
1235 obj.type = DIRTYPE
1470 return self.type == DIRTYPE
1904 type = DIRTYPE
/external/python/cpython2/Lib/test/
Dtest_tarfile.py411 self.assertTrue(tarinfo.type == tarfile.DIRTYPE,
696 self.assertTrue(tarinfo.type != tarfile.DIRTYPE, "read longname as dirtype")
/external/python/cpython2/Doc/library/
Dtarfile.rst561 :const:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`,