Home
last modified time | relevance | path

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

/external/bazelbuild-rules_android/src/tools/ak/liteparse/
Dliteparse.go328 …if !syncParseContents(respipe.PrefixErr(ctx, fmt.Sprintf("%s xml-parse: ", rf.pathInfo.Path)), rf.…
343 return syncParseContents(ctx, p, f, resC, errC)
346 func syncParseContents(ctx context.Context, p *res.PathInfo, fileReader io.Reader, resC chan<- *rdp… func