Home
last modified time | relevance | path

Searched defs:tarinfo (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py785 def __init__(self, tarfile, tarinfo): argument
1495 tarinfo = TarInfo # The default TarInfo class to use. variable in TarFile
1500 tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, argument
2002 def addfile(self, tarinfo, fileobj=None): argument
2136 def _extract_member(self, tarinfo, targetpath): argument
2183 def makedir(self, tarinfo, targetpath): argument
2194 def makefile(self, tarinfo, targetpath): argument
2203 def makeunknown(self, tarinfo, targetpath): argument
2211 def makefifo(self, tarinfo, targetpath): argument
2219 def makedev(self, tarinfo, targetpath): argument
[all …]
Dshutil.py376 def _set_uid_gid(tarinfo): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Darchive_util.py91 def _set_uid_gid(tarinfo): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dshutil.py381 def _set_uid_gid(tarinfo): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tarfile.py446 def _test_member(self, tarinfo, chksum=None, **kwargs): argument
756 def filter(tarinfo): argument