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/cpython3/Lib/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 | 490 def from_file(cls, filename, arcname=None, *, strict_timestamps=True): argument 1636 def _sanitize_windows_name(cls, arcname, pathsep): argument 1715 def write(self, filename, arcname=None, argument
|
D | tarfile.py | 1809 def gettarinfo(self, name=None, arcname=None, fileobj=None): argument 1940 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
|