Searched refs:DIRTYPE (Results 1 – 4 of 4) sorted by relevance
48 #define DIRTYPE '5' /* directory */ macro459 case DIRTYPE: in tar()
83 DIRTYPE = "5" # directory variable105 SYMTYPE, DIRTYPE, FIFOTYPE,991 if info["type"] == DIRTYPE and not info["name"].endswith("/"):1235 obj.type = DIRTYPE1470 return self.type == DIRTYPE1904 type = DIRTYPE
411 self.assertTrue(tarinfo.type == tarfile.DIRTYPE,696 self.assertTrue(tarinfo.type != tarfile.DIRTYPE, "read longname as dirtype")
561 :const:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`,