Home
last modified time | relevance | path

Searched refs:shortName (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/
Dpackage_ctx.go78 shortName string member
110 shortName := pkgPath[i+1:]
114 shortName: shortName,
224 err := p.scope.AddImport(importPkg.shortName, importPkg.scope)
Dcontext.go2658 otherPkg, present := pkgs[pctx.shortName]
2668 pkgNames[pctx] = pctx.shortName
2669 pkgs[pctx.shortName] = pctx