Home
last modified time | relevance | path

Searched refs:DIRTYPE (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dtar.h23 #define DIRTYPE '5' macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtar.h23 #define DIRTYPE '5' macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtar.h23 #define DIRTYPE '5' macro
/third_party/musl/include/
H A Dtar.h23 #define DIRTYPE '5' macro
/third_party/musl/libc-test/src/api/
H A Dtar.c15 C(DIRTYPE) in f()
/third_party/zlib/contrib/untgz/
H A Duntgz.c61 #define DIRTYPE '5' /* directory */ macro
506 case DIRTYPE: in tar()
/third_party/python/Lib/
H A Dtarfile.py95 DIRTYPE = b"5" # directory variable
117 SYMTYPE, DIRTYPE, FIFOTYPE,
857 'REGTYPE, AREGTYPE, LNKTYPE, SYMTYPE, DIRTYPE, FIFOTYPE, '
971 if info["type"] == DIRTYPE and not info["name"].endswith("/"):
1254 obj.type = DIRTYPE
1607 return self.type == DIRTYPE
2082 type = DIRTYPE
/third_party/python/Lib/test/
H A Dtest_tarfile.py600 self.assertEqual(tarinfo.type, tarfile.DIRTYPE,
1017 self.assertNotEqual(tarinfo.type, tarfile.DIRTYPE,
2482 'SYMTYPE', 'CHRTYPE', 'BLKTYPE', 'DIRTYPE', 'FIFOTYPE', 'CONTTYPE',
2883 (dirname_1, 77, 76, tarfile.DIRTYPE, None),
3297 type = tarfile.DIRTYPE
3375 type = tarfile.DIRTYPE
3386 elif type == tarfile.DIRTYPE:
3584 self.expect_file('tmp', type=tarfile.DIRTYPE)

Completed in 10 milliseconds