Home
last modified time | relevance | path

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

/build/soong/zip/
Dzip.go225 type ZipWriter struct { struct
226 time time.Time
227 createdFiles map[string]string
228 createdDirs map[string]string
229 directories bool
231 errors chan error
232 writeOps chan chan *zipEntry
234 cpuRateLimiter *CPURateLimiter
235 memoryRateLimiter *MemoryRateLimiter
237 compressorPool sync.Pool
[all …]