Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py81 CHRTYPE = "3" # character special device variable
106 CONTTYPE, CHRTYPE, BLKTYPE,
1462 return self.type == CHRTYPE
1470 return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE)
1875 type = CHRTYPE
1905 if type in (CHRTYPE, BLKTYPE):