Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go141 type OutputZip struct { struct
142 outputWriter *zip.Writer
143 stripDirEntries bool
144 emulateJar bool
145 sortEntries bool
146 ignoreDuplicates bool
147 excludeDirs []string
148 excludeFiles []string
149 sourceByDest map[string]ZipEntryContents
163 func (oz *OutputZip) setExcludeDirs(excludeDirs []string) {
[all …]