Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py1279 self._apply_pax_info(tarfile.pax_headers, tarfile.encoding, tarfile.errors)
1405 next._apply_pax_info(pax_headers, tarfile.encoding, tarfile.errors)
1419 def _apply_pax_info(self, pax_headers, encoding, errors): member in TarInfo