Lines Matching defs:ZipArgs
260 type ZipArgs struct { struct
261 FileArgs []FileArg
262 OutputFilePath string
263 EmulateJar bool
264 SrcJar bool
265 AddDirectoryEntriesToZip bool
266 CompressionLevel int
267 ManifestSourcePath string
268 NumParallelJobs int
269 NonDeflatedFiles map[string]bool
270 WriteIfChanged bool
271 StoreSymlinks bool
272 IgnoreMissingFiles bool
273 Sha256Checksum bool
275 Stderr io.Writer
276 Filesystem pathtools.FileSystem
279 func zipTo(args ZipArgs, w io.Writer) error {
382 func Zip(args ZipArgs) error {