Searched refs:getLiteralListPropertyValue (Results 1 – 1 of 1) sorted by relevance
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 453 tags, _ := getLiteralListPropertyValue(mod, "tags") 896 resourceDirList, resourceDirFound := getLiteralListPropertyValue(mod, "resource_dirs") 900 assetDirList, assetDirFound := getLiteralListPropertyValue(mod, "asset_dirs") 1326 func getLiteralListPropertyValue(mod *parser.Module, name string) (list []string, found bool) { func 1607 listValue, ok := getLiteralListPropertyValue(mod, property) 1620 listValue, ok := getLiteralListPropertyValue(mod, property) 1678 listValue, ok := getLiteralListPropertyValue(mod, property) 1793 curVals, ok := getLiteralListPropertyValue(mod, property)
|