Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go143 type OutputZip struct { struct
154 …utWriter *zip.Writer, sortEntries, emulateJar, stripDirEntries, ignoreDuplicates bool) *OutputZip {
155 return &OutputZip{
165 func (oz *OutputZip) setExcludeDirs(excludeDirs []string) { argument
172 func (oz *OutputZip) setExcludeFiles(excludeFiles []string) { argument
178 func (oz *OutputZip) addZipEntry(name string, source ZipEntryContents) (ZipEntryContents, error) { argument
191 func (oz *OutputZip) addManifest(manifestPath string) error { argument
208 func (oz *OutputZip) addZipEntryFromFile(name string, path string) error { argument
223 func (oz *OutputZip) addEmptyEntry(entry string) error { argument
237 func (oz *OutputZip) isEntryExcluded(name string) bool { argument
[all …]