Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go612 type staticRule struct { struct
613 pctx *packageContext
614 name_ string
615 params RuleParams
616 argNames map[string]bool
617 scope_ *basicScope
618 sync.Mutex // protects scope_ during lazy creation
676 func (r *staticRule) packageContext() *packageContext {
680 func (r *staticRule) name() string {
684 func (r *staticRule) fullName(pkgNames map[*packageContext]string) string {
[all …]