/external/python/cpython3/Lib/ |
D | tarfile.py | 706 def __init__(self, tarfile, tarinfo): argument 1457 tarinfo = TarInfo # The default TarInfo class to use. variable in TarFile 1462 tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, argument 2004 def addfile(self, tarinfo, fileobj=None): argument 2139 def _extract_member(self, tarinfo, targetpath, set_attrs=True, argument 2188 def makedir(self, tarinfo, targetpath): argument 2198 def makefile(self, tarinfo, targetpath): argument 2214 def makeunknown(self, tarinfo, targetpath): argument 2222 def makefifo(self, tarinfo, targetpath): argument 2230 def makedev(self, tarinfo, targetpath): argument [all …]
|
D | shutil.py | 934 def _set_uid_gid(tarinfo): argument
|
/external/python/cpython2/Lib/ |
D | tarfile.py | 799 def __init__(self, tarfile, tarinfo): argument 1509 tarinfo = TarInfo # The default TarInfo class to use. variable in TarFile 1514 tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, argument 2037 def addfile(self, tarinfo, fileobj=None): argument 2171 def _extract_member(self, tarinfo, targetpath): argument 2218 def makedir(self, tarinfo, targetpath): argument 2229 def makefile(self, tarinfo, targetpath): argument 2239 def makeunknown(self, tarinfo, targetpath): argument 2247 def makefifo(self, tarinfo, targetpath): argument 2255 def makedev(self, tarinfo, targetpath): argument [all …]
|
D | shutil.py | 398 def _set_uid_gid(tarinfo): argument
|
/external/python/setuptools/setuptools/_distutils/ |
D | archive_util.py | 97 def _set_uid_gid(tarinfo): argument
|
/external/python/cpython3/Lib/distutils/ |
D | archive_util.py | 97 def _set_uid_gid(tarinfo): argument
|
/external/python/cpython2/Lib/distutils/ |
D | archive_util.py | 91 def _set_uid_gid(tarinfo): argument
|
/external/python/cpython2/Lib/test/ |
D | test_tarfile.py | 613 def _test_member(self, tarinfo, chksum=None, **kwargs): argument 954 def filter(tarinfo): argument
|
/external/python/cpython3/Lib/test/ |
D | test_tarfile.py | 873 def _test_member(self, tarinfo, chksum=None, **kwargs): argument 1309 def filter(tarinfo): argument
|