Home
last modified time | relevance | path

Searched defs:arcname (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/distutils/command/
Dbdist_wininst.py239 def create_exe(self, arcname, fullname, bitmap=None): argument
/external/python/cpython2/Lib/distutils/command/
Dbdist_wininst.py254 def create_exe (self, arcname, fullname, bitmap=None): argument
/external/zlib/src/contrib/untgz/
Duntgz.c132 char *TGZfname (const char *arcname) in TGZfname()
152 void TGZnotfound (const char *arcname) in TGZnotfound()
/external/python/cpython3/Lib/
Dzipfile.py495 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
Dtarfile.py1773 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/
Dtarfile.py1848 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
Dzipfile.py1116 def write(self, filename, arcname=None, compress_type=None): argument
/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py1119 def write(self, filename, arcname=None, compress_type=None): argument