Searched defs:ZipArgs (Results 1 – 1 of 1) sorted by relevance
209 type ZipArgs struct { struct210 FileArgs []FileArg211 OutputFilePath string212 EmulateJar bool213 SrcJar bool214 AddDirectoryEntriesToZip bool215 CompressionLevel int216 ManifestSourcePath string217 NumParallelJobs int218 NonDeflatedFiles map[string]bool[all …]