Home
last modified time | relevance | path

Searched refs:make_zipfile (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/distutils/
Darchive_util.py121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): function
180 'zip': (make_zipfile, [],"ZIP file")
/external/python/cpython3/Lib/distutils/
Darchive_util.py127 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): function
193 'zip': (make_zipfile, [],"ZIP file")
/external/scapy/
Dsetup.py21 fname = archive_util.make_zipfile(base_name, base_dir, verbose, dry_run)
/external/python/cpython3/Lib/distutils/tests/
Dtest_archive_util.py12 make_zipfile, make_archive,
242 make_zipfile(base_name, 'dist')
267 make_zipfile(base_name, 'dist')
/external/python/cpython2/Lib/distutils/tests/
Dtest_archive_util.py13 make_zipfile, make_archive,
215 make_zipfile(base_name, tmpdir)
/external/python/setuptools/setuptools/command/
Dbdist_egg.py233 make_zipfile(self.egg_output, archive_root, verbose=self.verbose,
471 def make_zipfile(zip_filename, base_dir, verbose=0, dry_run=0, compress=True, function
Deasy_install.py987 bdist_egg.make_zipfile(
/external/python/cpython2/Doc/distutils/
Dapiref.rst896 .. function:: make_zipfile(base_name, base_dir[, verbose=0, dry_run=0])
/external/python/cpython3/Doc/distutils/
Dapiref.rst903 .. function:: make_zipfile(base_name, base_dir[, verbose=0, dry_run=0])
/external/python/cpython3/Misc/
DHISTORY9959 - Issue #11501: distutils.archive_utils.make_zipfile no longer fails if zlib is