Home
last modified time | relevance | path

Searched refs:OutputZip (Results 1 – 1 of 1) sorted by relevance

/build/soong/cmd/merge_zips/
Dmerge_zips.go139 type OutputZip struct { struct
150 …utWriter *zip.Writer, sortEntries, emulateJar, stripDirEntries, ignoreDuplicates bool) *OutputZip {
151 return &OutputZip{
161 func (oz *OutputZip) setExcludeDirs(excludeDirs []string) { argument
168 func (oz *OutputZip) setExcludeFiles(excludeFiles []string) { argument
174 func (oz *OutputZip) addZipEntry(name string, source ZipEntryContents) (ZipEntryContents, error) { argument
187 func (oz *OutputZip) addManifest(manifestPath string) error { argument
204 func (oz *OutputZip) addZipEntryFromFile(name string, path string) error { argument
219 func (oz *OutputZip) addEmptyEntry(entry string) error { argument
233 func (oz *OutputZip) isEntryExcluded(name string) bool { argument
[all …]