Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtarfile.py1293 self._apply_pax_info(tarfile.pax_headers, tarfile.encoding, tarfile.errors)
1419 next._apply_pax_info(pax_headers, tarfile.encoding, tarfile.errors)
1433 def _apply_pax_info(self, pax_headers, encoding, errors): member in TarInfo