Searched defs:make_archive (Results 1 - 8 of 8) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Darchive_util.py193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, function
H A Dcmd.py388 def make_archive(self, base_name, format, root_dir=None, base_dir=None, member in class:Command
390 return archive_util.make_archive(base_name, format, root_dir,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Darchive_util.py193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, function
H A Dcmd.py388 def make_archive(self, base_name, format, root_dir=None, base_dir=None, member in class:Command
390 return archive_util.make_archive(base_name, format, root_dir,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dshutil.py27 "ExecError", "make_archive", "get_archive_formats",
504 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dshutil.py27 "ExecError", "make_archive", "get_archive_formats",
504 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_shutil.py13 from shutil import (_make_tarball, _make_zipfile, make_archive, namespace
512 self.assertRaises(ValueError, make_archive, base_name, 'xxx')
516 # testing make_archive with owner and group, with various combinations
526 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
530 res = make_archive(base_name, 'zip', root_dir, base_dir)
533 res = make_archive(base_name, 'tar', root_dir, base_dir,
537 res = make_archive(base_name, 'tar', root_dir, base_dir,
575 make_archive('xxx', 'xxx', root_dir=self.mkdtemp())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_shutil.py13 from shutil import (_make_tarball, _make_zipfile, make_archive, namespace
512 self.assertRaises(ValueError, make_archive, base_name, 'xxx')
516 # testing make_archive with owner and group, with various combinations
526 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
530 res = make_archive(base_name, 'zip', root_dir, base_dir)
533 res = make_archive(base_name, 'tar', root_dir, base_dir,
537 res = make_archive(base_name, 'tar', root_dir, base_dir,
575 make_archive('xxx', 'xxx', root_dir=self.mkdtemp())

Completed in 45 milliseconds