Home
last modified time | relevance | path

Searched refs:GetProperty (Results 1 – 3 of 3) sorted by relevance

/build/soong/partner/bpfix/extensions/
Dheaders.go79 prop, ok := mod.GetProperty(name)
115 if prop, ok := mod.GetProperty("include_dirs"); ok {
/build/blueprint/bpmodify/
Dbpmodify.go190 if prop, found := m.GetProperty(prefix); found {
210 if prop, found := m.GetProperty(name); found {
/build/blueprint/parser/
Dast.go278 func (x *Map) GetProperty(name string) (Property *Property, found bool) { func