Searched refs:CHRTYPE (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.h40 devmajor and devminor are only valid for typeflag=={BLKTYPE,CHRTYPE}.
93 #define CHRTYPE '3' /* Character special. */ macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dtar.h40 devmajor and devminor are only valid for typeflag=={BLKTYPE,CHRTYPE}.
93 #define CHRTYPE '3' /* Character special. */ macro
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtarfile.py81 CHRTYPE = "3" # character special device variable
106 CONTTYPE, CHRTYPE, BLKTYPE,
1464 return self.type == CHRTYPE
1472 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1877 type = CHRTYPE
1907 if type in (CHRTYPE, BLKTYPE):
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtarfile.py81 CHRTYPE = "3" # character special device variable
106 CONTTYPE, CHRTYPE, BLKTYPE,
1464 return self.type == CHRTYPE
1472 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1877 type = CHRTYPE
1907 if type in (CHRTYPE, BLKTYPE):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtarfile.py81 CHRTYPE = "3" # character special device variable
106 CONTTYPE, CHRTYPE, BLKTYPE,
1464 return self.type == CHRTYPE
1472 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1877 type = CHRTYPE
1907 if type in (CHRTYPE, BLKTYPE):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtarfile.py81 CHRTYPE = "3" # character special device variable
106 CONTTYPE, CHRTYPE, BLKTYPE,
1464 return self.type == CHRTYPE
1472 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1877 type = CHRTYPE
1907 if type in (CHRTYPE, BLKTYPE):

Completed in 75 milliseconds