Home
last modified time | relevance | path

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

/aosp12/build/blueprint/
H A Dpackage_ctx.go786 type ruleFunc struct { struct
787 pctx *packageContext
788 name_ string
789 paramsFunc func(interface{}) (RuleParams, error)
790 argNames map[string]bool
791 scope_ *basicScope
792 fullName_ string
793 sync.Mutex // protects scope_ during lazy creation