Searched refs:_make_zipfile (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | shutil.py | 417 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): function 466 'zip': (_make_zipfile, [],"ZIP file")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | shutil.py | 412 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): function 463 'zip': (_make_zipfile, [],"ZIP file")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_shutil.py | 12 from shutil import (_make_tarball, _make_zipfile, make_archive, 468 _make_zipfile(base_name, tmpdir)
|