Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go615 type staticRule struct { struct
616 pctx *packageContext
617 name_ string
618 params RuleParams
619 argNames map[string]bool
620 scope_ *basicScope
621 sync.Mutex // protects scope_ during lazy creation
679 func (r *staticRule) packageContext() *packageContext {
683 func (r *staticRule) name() string {
687 func (r *staticRule) fullName(pkgNames map[*packageContext]string) string {
[all …]