Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go830 type builtinRule struct { struct
831 name_ string
832 scope_ *basicScope
833 sync.Mutex // protects scope_ during lazy creation
836 func (r *builtinRule) packageContext() *packageContext {
840 func (r *builtinRule) name() string {
844 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string {
848 func (r *builtinRule) def(config interface{}) (*ruleDef, error) {
852 func (r *builtinRule) scope() *basicScope {
862 func (r *builtinRule) isArg(argName string) bool {
[all …]