Lines Matching defs:ZipArgs
209 type ZipArgs struct { struct
210 FileArgs []FileArg
211 OutputFilePath string
212 EmulateJar bool
213 SrcJar bool
214 AddDirectoryEntriesToZip bool
215 CompressionLevel int
216 ManifestSourcePath string
217 NumParallelJobs int
218 NonDeflatedFiles map[string]bool
219 WriteIfChanged bool
220 StoreSymlinks bool
221 IgnoreMissingFiles bool
223 Stderr io.Writer
224 Filesystem pathtools.FileSystem
270 func ZipTo(args ZipArgs, w io.Writer) error {
371 func Zip(args ZipArgs) error {