Lines Matching defs:ZipArgs
271 type ZipArgs struct { struct
272 FileArgs []FileArg
273 OutputFilePath string
274 EmulateJar bool
275 SrcJar bool
276 AddDirectoryEntriesToZip bool
277 CompressionLevel int
278 ManifestSourcePath string
279 NumParallelJobs int
280 NonDeflatedFiles map[string]bool
281 WriteIfChanged bool
282 StoreSymlinks bool
283 IgnoreMissingFiles bool
284 Sha256Checksum bool
285 DoNotWrite bool
286 Quiet bool
288 Stderr io.Writer
289 Filesystem pathtools.FileSystem
292 func zipTo(args ZipArgs, w io.Writer) error {
401 func Zip(args ZipArgs) error {