Home | History | Annotate | Download | only in releasetools

Lines Matching full:unzip

572   """Unzip the given archive into a temporary directory and return the name.
574 If filename is of the form "foo.zip+bar.zip", unzip foo.zip into a
575 temp dir, then unzip bar.zip into that_dir/BOOTABLE_IMAGES.
585 cmd = ["unzip", "-o", "-q", filename, "-d", dirname]
591 raise ExternalError("failed to unzip input target-files \"%s\"" %