Searched refs:DIRTYPE (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tar.h | 23 #define DIRTYPE '5' macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | tar.h | 23 #define DIRTYPE '5' macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tar.h | 23 #define DIRTYPE '5' macro
|
/third_party/musl/include/ |
H A D | tar.h | 23 #define DIRTYPE '5' macro
|
/third_party/musl/libc-test/src/api/ |
H A D | tar.c | 15 C(DIRTYPE) in f()
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 61 #define DIRTYPE '5' /* directory */ macro 506 case DIRTYPE: in tar()
|
/third_party/python/Lib/ |
H A D | tarfile.py | 95 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 D | test_tarfile.py | 600 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