Searched refs:indicateAttributeError (Results 1 – 1 of 1) sorted by relevance
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 486 func indicateAttributeError(mod *parser.Module, attributeName string, format string, a ...interface… func 607 return indicateAttributeError(mod, "filename", 611 …return indicateAttributeError(mod, "filename", "Cannot handle $(%s) for the prebuilt_etc", prefixV… 635 return indicateAttributeError(mod, "filename", 811 indicateAttributeError(mod, srcPropertyName, "LOCAL_SRC_FILES should contain at most one item")
|