Home
last modified time | relevance | path

Searched refs:BLKTYPE (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py82 BLKTYPE = "4" # block special device variable
106 CONTTYPE, CHRTYPE, BLKTYPE,
1464 return self.type == BLKTYPE
1470 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1877 type = BLKTYPE
1905 if type in (CHRTYPE, BLKTYPE):