Searched refs:Zip (Results 1 – 7 of 7) sorted by relevance
4 // Zip alignment tool
11 infile.zip is an existing Zip archive
5 file.zip is an existing Zip archive to rewrite
18 // Zip timestamp removal tool
192 err := zip.Zip(zip.ZipArgs{
332 if err := zip.Zip(args); err != nil {417 if err := zip.Zip(args); err != nil {
370 func Zip(args ZipArgs) error { func