Home
last modified time | relevance | path

Searched refs:_make_tarball (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_archive_util.py57 self._make_tarball('archive')
59 def _make_tarball(self, target_name): member in ArchiveUtilTestCase
302 self._make_tarball(u'archive')
312 self._make_tarball(u'årchiv') # note this isn't a real word
322 self._make_tarball(u'のアーカイブ') # japanese for archive
/external/python/cpython2/Lib/
Dshutil.py338 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, function
473 'gztar': (_make_tarball, [('compress', 'gzip')], "gzip'ed tar-file"),
474 'bztar': (_make_tarball, [('compress', 'bzip2')], "bzip2'ed tar-file"),
475 'tar': (_make_tarball, [('compress', None)], "uncompressed tar file"),