Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dmk2rbc.go134 "inherit-product": &inheritProductCallParser{loadAlways: true},
135 "inherit-product-if-exists": &inheritProductCallParser{loadAlways: false},
933 type inheritProductCallParser struct { struct
937 func (p *inheritProductCallParser) parse(ctx *parseContext, v mkparser.Node, args *mkparser.MakeStr… argument