Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go653 type staticRule struct { struct
654 pctx *packageContext
655 name_ string
656 params RuleParams
657 argNames map[string]bool
658 scope_ *basicScope
659 sync.Mutex // protects scope_ during lazy creation
717 func (r *staticRule) packageContext() *packageContext {
721 func (r *staticRule) name() string {
725 func (r *staticRule) fullName(pkgNames map[*packageContext]string) string {
[all …]