Searched defs:LNKTYPE (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dtar.h34 linkname is only valid when typeflag==LNKTYPE. It doesn't use prefix;
38 If typeflag=={LNKTYPE,SYMTYPE,DIRTYPE} then size must be 0.
91 #define LNKTYPE '1' /* Hard link. */ macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dtar.h34 linkname is only valid when typeflag==LNKTYPE. It doesn't use prefix;
38 If typeflag=={LNKTYPE,SYMTYPE,DIRTYPE} then size must be 0.
91 #define LNKTYPE '1' /* Hard link. */ macro
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtarfile.py79 LNKTYPE = "1" # link (inside tarfile) variable
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
1462 return self.type == LNKTYPE
1861 type = LNKTYPE
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtarfile.py79 LNKTYPE = "1" # link (inside tarfile) variable
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
1462 return self.type == LNKTYPE
1861 type = LNKTYPE
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtarfile.py79 LNKTYPE = "1" # link (inside tarfile) variable
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
1462 return self.type == LNKTYPE
1861 type = LNKTYPE
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtarfile.py79 LNKTYPE = "1" # link (inside tarfile) variable
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
1462 return self.type == LNKTYPE
1861 type = LNKTYPE

Completed in 53 milliseconds