Home
last modified time | relevance | path

Searched refs:nopCloser (Results 1 – 4 of 4) sorted by relevance

/build/soong/ui/tracer/
Dtracer.go86 type nopCloser struct{ io.Writer } argument
88 func (nopCloser) Close() error { return nil } argument
105 t.w = nopCloser{&t.buf}
/build/soong/third_party/zip/
Dregister.go109 Store: func(w io.Writer) (io.WriteCloser, error) { return &nopCloser{w}, nil },
Dwriter.go410 type nopCloser struct { struct
414 func (w nopCloser) Close() error { argument
/build/soong/zip/
Dzip.go51 type nopCloser struct { struct
55 func (nopCloser) Close() error { argument
547 currentWriter = nopCloser{zw}