Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go904 type builtinRule struct { struct
905 name_ string
906 scope_ *basicScope
907 sync.Mutex // protects scope_ during lazy creation
910 func (r *builtinRule) packageContext() *packageContext {
914 func (r *builtinRule) name() string {
918 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string {
922 func (r *builtinRule) memoizeFullName(pkgNames map[*packageContext]string) {
926 func (r *builtinRule) def(config interface{}) (*ruleDef, error) {
930 func (r *builtinRule) scope() *basicScope {
[all …]