Searched defs:emulateJar (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/soong/cmd/merge_zips/ |
H A D | merge_zips.go | 144 emulateJar bool member 152 func NewOutputZip(outputWriter *zip.Writer, sortEntries, emulateJar, stripDirEntries, ignoreDuplica… argument 535 sortEntries, emulateJar, emulatePar, stripDirEntries, ignoreDuplicates bool, argument 620 emulateJar = flag.Bool("j", false, "sort zip entries using jar ordering (META-INF first)") var
|
/aosp12/build/soong/zip/ |
H A D | zip.go | 436 func (z *ZipWriter) write(f io.Writer, pathMappings []pathMapping, manifest string, emulateJar, src… argument 580 func (z *ZipWriter) addFile(dest, src string, method uint16, emulateJar, srcJar bool) error { argument
|