Home
last modified time | relevance | path

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

/build/blueprint/bpmodify/
Dbpmodify.go125 func (ms *ModuleSet) GetProperty(properties ...string) (*PropertySet, error) { func
/build/soong/bpfix/bpfix/
Dbpfix.go1110 GetProperty(string) (*parser.Property, bool) methodSpec
/build/blueprint/parser/
Dast.go502 func (x *Map) GetProperty(name string) (Property *Property, found bool) { func