Lines Matching full:zip
15 // soong_zip is a utility used during the build to create a zip archive by pulling the entries from
35 "android/soong/zip"
120 fileArgsBuilder = zip.NewFileArgsBuilder()
153 out := flags.String("o", "", "file to write zip file to")
155 directories := flags.Bool("d", false, "include directories in zip")
157 emulateJar := flags.Bool("jar", false, "modify the resultant .zip to emulate the output of 'jar'")
158 …writeIfChanged := flags.Bool("write_if_changed", false, "only update resultant .zip if it has chan…
160 symlinks := flags.Bool("symlinks", true, "store symbolic links in zip instead of following them")
167 flags.Var(&rootPrefix{}, "P", "path prefix within the zip at which to place files")
168 flags.Var(&listFiles{}, "l", "file containing list of files to zip")
169 flags.Var(&rspFiles{}, "r", "file containing list of files to zip with Ninja rsp file escaping")
170 flags.Var(&dir{}, "D", "directory to include in zip")
171 flags.Var(&file{}, "f", "file to include in zip")
172 flags.Var(&nonDeflatedFiles, "s", "file path to be stored within the zip without compression")
174 flags.Var(&junkPaths{}, "j", "junk paths, zip files without directory names")
214 err := zip.Zip(zip.ZipArgs{