Searched defs:tarinfo (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | tarfile.py | 785 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 …]
|
D | shutil.py | 376 def _set_uid_gid(tarinfo): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | archive_util.py | 91 def _set_uid_gid(tarinfo): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | shutil.py | 381 def _set_uid_gid(tarinfo): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_tarfile.py | 446 def _test_member(self, tarinfo, chksum=None, **kwargs): argument 756 def filter(tarinfo): argument
|