Searched refs:WriteCloser (Results 1 – 8 of 8) sorted by relevance
/build/soong/third_party/zip/ |
D | register.go | 20 type Compressor func(w io.Writer) (io.WriteCloser, error) 31 func newFlateWriter(w io.Writer) io.WriteCloser { 109 Store: func(w io.Writer) (io.WriteCloser, error) { return &nopCloser{w}, nil }, 110 Deflate: func(w io.Writer) (io.WriteCloser, error) { return newFlateWriter(w), nil },
|
D | example_test.go | 88 w.RegisterCompressor(zip.Deflate, func(out io.Writer) (io.WriteCloser, error) {
|
D | android.go | 122 func (w *Writer) CreateCompressedHeader(fh *FileHeader) (io.WriteCloser, error) {
|
D | writer.go | 330 comp io.WriteCloser
|
/build/kati/ |
D | stats.go | 28 f io.WriteCloser 41 func TraceEventStart(f io.WriteCloser) { argument 50 func (t *traceEventT) start(f io.WriteCloser) {
|
/build/soong/ui/status/ |
D | log.go | 26 w io.WriteCloser 75 w io.WriteCloser
|
/build/soong/ui/tracer/ |
D | tracer.go | 62 w io.WriteCloser
|
/build/soong/zip/ |
D | zip.go | 504 var currentWriter io.WriteCloser
|