Searched defs:tarinfo (Results 1 – 5 of 5) sorted by relevance
/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 | 381 def _set_uid_gid(tarinfo): argument
|
/external/v8/tools/clang/scripts/ |
D | package.py | 57 def PrintTarProgress(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
|