Home
last modified time | relevance | path

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

/build/soong/zip/
Dzip.go204 type ZipWriter struct { struct
205 time time.Time
206 createdFiles map[string]string
207 createdDirs map[string]string
208 directories bool
210 errors chan error
211 writeOps chan chan *zipEntry
213 cpuRateLimiter *CPURateLimiter
214 memoryRateLimiter *MemoryRateLimiter
216 compressorPool sync.Pool
[all …]