Searched refs:OutputZip (Results 1 – 1 of 1) sorted by relevance
139 type OutputZip struct { struct150 …utWriter *zip.Writer, sortEntries, emulateJar, stripDirEntries, ignoreDuplicates bool) *OutputZip {151 return &OutputZip{161 func (oz *OutputZip) setExcludeDirs(excludeDirs []string) { argument168 func (oz *OutputZip) setExcludeFiles(excludeFiles []string) { argument174 func (oz *OutputZip) addZipEntry(name string, source ZipEntryContents) (ZipEntryContents, error) { argument187 func (oz *OutputZip) addManifest(manifestPath string) error { argument204 func (oz *OutputZip) addZipEntryFromFile(name string, path string) error { argument219 func (oz *OutputZip) addEmptyEntry(entry string) error { argument233 func (oz *OutputZip) isEntryExcluded(name string) bool { argument[all …]