Searched refs:GetProperty (Results 1 – 4 of 4) sorted by relevance
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 454 _, hasInstallable := mod.GetProperty("installable") 590 if prop_local_module_path, ok := mod.GetProperty(local_module_path); ok { 628 if prop_local_module_path, ok := mod.GetProperty(local_module_path); ok { 651 if cert, ok := mod.GetProperty("certificate"); ok { 776 prop, _ := mod.GetProperty("variables") 800 if srcs, ok := mod.GetProperty("srcs"); ok { 922 prop, ok := mod.GetProperty("tags") 1108 legacyProp, ok := mod.GetProperty(legacyName) 1146 prop, ok := mod.GetProperty(name) 1171 prop, ok := mod.GetProperty(name) [all …]
|
D | bpfix_test.go | 89 result, found := mod.GetProperty("local_include_dirs")
|
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 79 prop, ok := mod.GetProperty(name) 115 if prop, ok := mod.GetProperty("include_dirs"); ok {
|
/build/blueprint/parser/ |
D | ast.go | 278 func (x *Map) GetProperty(name string) (Property *Property, found bool) { func
|