Searched refs:LNKTYPE (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tar.h | 19 #define LNKTYPE '1' macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | tar.h | 19 #define LNKTYPE '1' macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tar.h | 19 #define LNKTYPE '1' macro
|
/third_party/musl/include/ |
H A D | tar.h | 19 #define LNKTYPE '1' macro
|
/third_party/musl/libc-test/src/api/ |
H A D | tar.c | 11 C(LNKTYPE) in f()
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 57 #define LNKTYPE '1' /* link */ macro
|
/third_party/python/Lib/ |
H A D | tarfile.py | 91 LNKTYPE = b"1" # link (inside tarfile) variable 116 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE, 857 'REGTYPE, AREGTYPE, LNKTYPE, SYMTYPE, DIRTYPE, FIFOTYPE, ' 860 'in TarInfo objects of type LNKTYPE and SYMTYPE.'), 1615 return self.type == LNKTYPE 2073 type = LNKTYPE
|
/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 1652 tarinfo.type = tarfile.LNKTYPE 1881 # Test the creation of LNKTYPE (hardlink) members in an archive. 1912 self.assertEqual(tarinfo.type, tarfile.LNKTYPE, 1929 tarinfo.type = tarfile.LNKTYPE 2481 'LENGTH_LINK', 'LENGTH_PREFIX', 'REGTYPE', 'AREGTYPE', 'LNKTYPE', 3294 type = tarfile.LNKTYPE
|
Completed in 11 milliseconds