Lines Matching defs:ZipArgs
237 type ZipArgs struct { struct
238 FileArgs []FileArg
239 OutputFilePath string
240 EmulateJar bool
241 SrcJar bool
242 AddDirectoryEntriesToZip bool
243 CompressionLevel int
244 ManifestSourcePath string
245 NumParallelJobs int
246 NonDeflatedFiles map[string]bool
247 WriteIfChanged bool
248 StoreSymlinks bool
249 IgnoreMissingFiles bool
251 Stderr io.Writer
252 Filesystem pathtools.FileSystem
255 func zipTo(args ZipArgs, w io.Writer) error {
357 func Zip(args ZipArgs) error {