Searched defs:arcname (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_wininst.py | 239 def create_exe(self, arcname, fullname, bitmap=None): argument
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_wininst.py | 254 def create_exe (self, arcname, fullname, bitmap=None): argument
|
/external/zlib/src/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 | 495 def from_file(cls, filename, arcname=None): argument 1619 def _sanitize_windows_name(cls, arcname, pathsep): argument 1698 def write(self, filename, arcname=None, argument
|
D | tarfile.py | 1773 def gettarinfo(self, name=None, arcname=None, fileobj=None): argument 1905 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
|
/external/chromium-trace/catapult/third_party/zipfile/ |
D | zipfile_2_7_13.py | 1119 def write(self, filename, arcname=None, compress_type=None): argument
|