Searched defs:zip_archive (Results 1 – 1 of 1) sorted by relevance
/trusty/vendor/google/aosp/scripts/ |
D | build.py | 131 def archive_symlink(zip_archive, arcname, target): argument 152 def archive_dir(zip_archive, src, dest, omit=()): argument 194 def archive_file(zip_archive, src_file, dest_dir="", optional=False): argument 366 def zip_dir(zip_archive, src, dest, filterfunc=lambda _: True): argument 388 def zip_file(zip_archive, src_file, dest_dir=""): argument
|