Home
last modified time | relevance | path

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

/external/bazelbuild-rules_android/src/tools/ak/res/respipe/
Dres_io.go72 type ResOutput struct { struct
73 Out io.Writer
77 func (ro ResOutput) Consume(ctx context.Context, resChan <-chan *rdpb.Resource) <-chan error {