Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 5 of 5) sorted by relevance

/build/blueprint/
Dpackage_ctx.go77 fullName string member
113 fullName: pkgName,
290 func (v *staticVariable) fullName(pkgNames map[*packageContext]string) string { func
390 func (v *variableFunc) fullName(pkgNames map[*packageContext]string) string { func
450 func (v *argVariable) fullName(pkgNames map[*packageContext]string) string { func
502 func (p *staticPool) fullName(pkgNames map[*packageContext]string) string { func
561 func (p *poolFunc) fullName(pkgNames map[*packageContext]string) string { func
593 func (p *builtinPool) fullName(pkgNames map[*packageContext]string) string { func
684 func (r *staticRule) fullName(pkgNames map[*packageContext]string) string { func
790 func (r *ruleFunc) fullName(pkgNames map[*packageContext]string) string { func
[all …]
Dscope.go30 fullName(pkgNames map[*packageContext]string) string // "pkg.foo" or "path.to.pkg.foo" methodSpec
40 fullName(pkgNames map[*packageContext]string) string // "pkg.foo" or "path.to.pkg.foo" methodSpec
50 fullName(pkgNames map[*packageContext]string) string // "pkg.foo" or "path.to.pkg.foo" methodSpec
365 func (l *localVariable) fullName(pkgNames map[*packageContext]string) string { func
393 func (l *localRule) fullName(pkgNames map[*packageContext]string) string { func
Dninja_defs.go236 err = nw.ScopedAssign("pool", r.Pool.fullName(pkgNames))
370 rule = b.Rule.fullName(pkgNames)
391 args[argVar.fullName(pkgNames)] = value.Value(pkgNames)
Dcontext.go2688 pkgNames[pctx] = pctx.fullName
2731 curName := v.fullName(pkgNames)
2735 nextName := next.fullName(pkgNames)
2786 ruleName := buildDef.Rule.fullName(c.pkgNames)
2800 ruleName := buildDef.Rule.fullName(c.pkgNames)
3168 fullName(pkgNames map[*packageContext]string) string methodSpec
3181 iName := s.entities[i].fullName(s.pkgNames)
3182 jName := s.entities[j].fullName(s.pkgNames)
3208 err := nw.Assign(v.fullName(c.pkgNames), value.Value(c.pkgNames))
3251 name := pool.fullName(c.pkgNames)
[all …]
Dninja_strings.go282 str += "${" + v.fullName(pkgNames) + "}"