Home
last modified time | relevance | path

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

/aosp12/build/blueprint/bpmodify/
H A Dbpmodify.go30 targetedProperty = new(qualifiedProperty)
414 type qualifiedProperty struct { struct
418 var _ flag.Getter = (*qualifiedProperty)(nil)
420 func (p *qualifiedProperty) name() string {
424 func (p *qualifiedProperty) prefixes() []string {
428 func (p *qualifiedProperty) String() string {
432 func (p *qualifiedProperty) Set(s string) error {
445 func (p *qualifiedProperty) Get() interface{} {