Searched defs:BLKTYPE (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}.
94 #define BLKTYPE '4' /* Block 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}.
94 #define BLKTYPE '4' /* Block special. */ macro
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtarfile.py82 BLKTYPE = "4" # block special device variable
106 CONTTYPE, CHRTYPE, BLKTYPE,
1466 return self.type == BLKTYPE
1472 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1879 type = BLKTYPE
1907 if type in (CHRTYPE, BLKTYPE):
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtarfile.py82 BLKTYPE = "4" # block special device variable
106 CONTTYPE, CHRTYPE, BLKTYPE,
1466 return self.type == BLKTYPE
1472 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1879 type = BLKTYPE
1907 if type in (CHRTYPE, BLKTYPE):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtarfile.py82 BLKTYPE = "4" # block special device variable
106 CONTTYPE, CHRTYPE, BLKTYPE,
1466 return self.type == BLKTYPE
1472 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1879 type = BLKTYPE
1907 if type in (CHRTYPE, BLKTYPE):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtarfile.py82 BLKTYPE = "4" # block special device variable
106 CONTTYPE, CHRTYPE, BLKTYPE,
1466 return self.type == BLKTYPE
1472 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1879 type = BLKTYPE
1907 if type in (CHRTYPE, BLKTYPE):

Completed in 58 milliseconds