Home
last modified time | relevance | path

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

/build/soong/zip/
Dzip.go176 type ZipWriter struct { struct
177 time time.Time
178 createdFiles map[string]string
179 createdDirs map[string]string
180 directories bool
182 errors chan error
183 writeOps chan chan *zipEntry
185 cpuRateLimiter *CPURateLimiter
186 memoryRateLimiter *MemoryRateLimiter
188 compressorPool sync.Pool
[all …]