Searched defs:ZipArgs (Results 1 – 1 of 1) sorted by relevance
271 type ZipArgs struct { struct272 FileArgs []FileArg273 OutputFilePath string274 EmulateJar bool275 SrcJar bool276 AddDirectoryEntriesToZip bool277 CompressionLevel int278 ManifestSourcePath string279 NumParallelJobs int280 NonDeflatedFiles map[string]bool[all …]