Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/res/respipe/
H A 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 {