Searched refs:OutputZip (Results 1 – 1 of 1) sorted by relevance
143 type OutputZip struct { struct154 …utWriter *zip.Writer, sortEntries, emulateJar, stripDirEntries, ignoreDuplicates bool) *OutputZip {155 return &OutputZip{165 func (oz *OutputZip) setExcludeDirs(excludeDirs []string) { argument172 func (oz *OutputZip) setExcludeFiles(excludeFiles []string) { argument178 func (oz *OutputZip) addZipEntry(name string, source ZipEntryContents) (ZipEntryContents, error) { argument191 func (oz *OutputZip) addManifest(manifestPath string) error { argument208 func (oz *OutputZip) addZipEntryFromFile(name string, path string) error { argument223 func (oz *OutputZip) addEmptyEntry(entry string) error { argument237 func (oz *OutputZip) isEntryExcluded(name string) bool { argument[all …]