Searched refs:getLiteralListProperty (Results 1 – 2 of 2) sorted by relevance
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 78 func getLiteralListProperty(mod *parser.Module, name string) (list *parser.List, found bool) { func 87 var list, ok = getLiteralListProperty(mod, libType)
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 330 srcs, ok := getLiteralListProperty(mod, "srcs") 781 listValue, ok := getLiteralListProperty(mod, field) 843 variables, ok := getLiteralListProperty(mod, "variables") 876 boolVariables, ok := getLiteralListProperty(mod, "bool_variables") 1288 canonicalList, ok := getLiteralListProperty(mod, canonicalName) 1308 list, found := getLiteralListProperty(mod, name) 1317 func getLiteralListProperty(mod *parser.Module, name string) (list *parser.List, found bool) { func 1327 listValue, ok := getLiteralListProperty(mod, name) 1416 listValue, ok := getLiteralListProperty(mod, field)
|