Home
last modified time | relevance | path

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

/build/soong/cmd/soong_jar/
Dsoong_jar.go72 type zipWriter struct { struct
73 time time.Time
74 createdDirs map[string]bool
75 directories bool
77 w *zip.Writer
102 func (z *zipWriter) write(out string, listFiles fileArgs, manifest string) error {
142 func (z *zipWriter) writeListFile(listFile fileArg) error {
164 func (z *zipWriter) writeRelFile(root, file string) error {
178 func (z *zipWriter) writeFile(rel, file string) error {
219 func (z *zipWriter) writeDirectory(dir string) error {