Searched refs:make_archive (Results 1 - 25 of 30) sorted by relevance

12

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_archive_util.py13 make_zipfile, make_archive,
228 self.assertRaises(ValueError, make_archive, base_name, 'xxx')
232 # testing make_archive with owner and group, with various combinations
242 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
246 res = make_archive(base_name, 'zip', root_dir, base_dir)
249 res = make_archive(base_name, 'tar', root_dir, base_dir,
253 res = make_archive(base_name, 'tar', root_dir, base_dir,
290 make_archive('xxx', 'xxx', root_dir=self.mkdtemp())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_archive_util.py13 make_zipfile, make_archive,
228 self.assertRaises(ValueError, make_archive, base_name, 'xxx')
232 # testing make_archive with owner and group, with various combinations
242 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
246 res = make_archive(base_name, 'zip', root_dir, base_dir)
249 res = make_archive(base_name, 'tar', root_dir, base_dir,
253 res = make_archive(base_name, 'tar', root_dir, base_dir,
290 make_archive('xxx', 'xxx', root_dir=self.mkdtemp())
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
H A Dbdist_dumb.py122 filename = self.make_archive(pseudoinstall_root,
H A Dbdist_wininst.py186 arcname = self.make_archive(archive_basename, "zip",
H A Dsdist.py463 file = self.make_archive(base_name, fmt, base_dir=base_dir,
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
H A Dbdist_dumb.py122 filename = self.make_archive(pseudoinstall_root,
H A Dbdist_wininst.py186 arcname = self.make_archive(archive_basename, "zip",
H A Dsdist.py463 file = self.make_archive(base_name, fmt, base_dir=base_dir,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist_dumb.py122 filename = self.make_archive(pseudoinstall_root,
H A Dbdist_wininst.py186 arcname = self.make_archive(archive_basename, "zip",
H A Dsdist.py463 file = self.make_archive(base_name, fmt, base_dir=base_dir,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist_dumb.py122 filename = self.make_archive(pseudoinstall_root,
H A Dbdist_wininst.py186 arcname = self.make_archive(archive_basename, "zip",
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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())
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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,

Completed in 528 milliseconds

12