Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/dexpreopt/
H A Dconfig.go284 type pathContextErrorCollector struct { struct
285 android.PathContext
286 errors []error
289 func (p *pathContextErrorCollector) Errorf(format string, args ...interface{}) {