Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go828 type builtinRule struct { struct
829 name_ string
830 scope_ *basicScope
831 sync.Mutex // protects scope_ during lazy creation
834 func (r *builtinRule) packageContext() *packageContext {
838 func (r *builtinRule) name() string {
842 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string {
846 func (r *builtinRule) def(config interface{}) (*ruleDef, error) {
850 func (r *builtinRule) scope() *basicScope {
860 func (r *builtinRule) isArg(argName string) bool {
[all …]