Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dpackage_ctx.go868 type builtinRule struct { struct
869 name_ string
870 scope_ *basicScope
871 sync.Mutex // protects scope_ during lazy creation
874 func (r *builtinRule) packageContext() *packageContext {
878 func (r *builtinRule) name() string {
882 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string {
886 func (r *builtinRule) def(config interface{}) (*ruleDef, error) {
890 func (r *builtinRule) scope() *basicScope {
900 func (r *builtinRule) isArg(argName string) bool {
[all …]