Home
last modified time | relevance | path

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

/build/soong/zip/
Dzip.go236 type ZipWriter struct { struct
237 time time.Time
238 createdFiles map[string]string
239 createdDirs map[string]string
240 directories bool
242 errors chan error
243 writeOps chan chan *zipEntry
245 cpuRateLimiter *CPURateLimiter
246 memoryRateLimiter *MemoryRateLimiter
248 compressorPool sync.Pool
[all …]