Searched defs:arcname (Results 1 – 7 of 7) sorted by relevance
| /external/python/cpython2/Lib/distutils/command/ |
| D | bdist_wininst.py | 254 def create_exe (self, arcname, fullname, bitmap=None): argument
|
| /external/python/setuptools/setuptools/_distutils/command/ |
| D | bdist_wininst.py | 250 def create_exe(self, arcname, fullname, bitmap=None): argument
|
| /external/rust/crates/libz-sys/src/zlib/contrib/untgz/ |
| D | untgz.c | 132 char *TGZfname (const char *arcname) in TGZfname() 152 void TGZnotfound (const char *arcname) in TGZnotfound()
|
| /external/python/cpython3/Lib/ |
| D | zipfile.py | 491 def from_file(cls, filename, arcname=None, *, strict_timestamps=True): argument 1644 def _sanitize_windows_name(cls, arcname, pathsep): argument 1723 def write(self, filename, arcname=None, argument
|
| D | tarfile.py | 1822 def gettarinfo(self, name=None, arcname=None, fileobj=None): argument 1953 def add(self, name, arcname=None, recursive=True, *, filter=None): argument
|
| /external/python/cpython2/Lib/ |
| D | tarfile.py | 1848 def gettarinfo(self, name=None, arcname=None, fileobj=None): argument 1976 def add(self, name, arcname=None, recursive=True, exclude=None, filter=None): argument 2600 def write(self, filename, arcname=None, compress_type=None): argument
|
| D | zipfile.py | 1116 def write(self, filename, arcname=None, compress_type=None): argument
|