/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
H A D | test_archive_util.py | 13 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 D | test_archive_util.py | 13 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 D | bdist_dumb.py | 122 filename = self.make_archive(pseudoinstall_root,
|
H A D | bdist_wininst.py | 186 arcname = self.make_archive(archive_basename, "zip",
|
H A D | sdist.py | 463 file = self.make_archive(base_name, fmt, base_dir=base_dir,
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
H A D | bdist_dumb.py | 122 filename = self.make_archive(pseudoinstall_root,
|
H A D | bdist_wininst.py | 186 arcname = self.make_archive(archive_basename, "zip",
|
H A D | sdist.py | 463 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 D | bdist_dumb.py | 122 filename = self.make_archive(pseudoinstall_root,
|
H A D | bdist_wininst.py | 186 arcname = self.make_archive(archive_basename, "zip",
|
H A D | sdist.py | 463 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 D | bdist_dumb.py | 122 filename = self.make_archive(pseudoinstall_root,
|
H A D | bdist_wininst.py | 186 arcname = self.make_archive(archive_basename, "zip",
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
H A D | test_shutil.py | 13 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 D | test_shutil.py | 13 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 D | test_shutil.py | 13 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 D | test_shutil.py | 13 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 D | archive_util.py | 193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, function
|
H A D | cmd.py | 388 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 D | archive_util.py | 193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, function
|
H A D | cmd.py | 388 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 D | archive_util.py | 193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, function
|
H A D | cmd.py | 388 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 D | archive_util.py | 193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, function
|
H A D | cmd.py | 388 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,
|