Searched refs:CHRTYPE (Results 1 - 5 of 5) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
H A D | tar.h | 40 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 D | tarfile.py | 81 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 D | tarfile.py | 81 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 D | tarfile.py | 81 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 D | tarfile.py | 81 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 93 milliseconds