Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py2528 TAR_PLAIN = 0 # zipfile.ZIP_STORED variable
2534 def __init__(self, file, mode="r", compression=TAR_PLAIN):
2538 if compression == TAR_PLAIN: