Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE, variable
1272 if self.isreg() or self.type not in SUPPORTED_TYPES:
1413 if next.isreg() or next.type not in SUPPORTED_TYPES:
2117 elif tarinfo.type not in SUPPORTED_TYPES:
2168 elif tarinfo.type not in SUPPORTED_TYPES: