Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go77 shortName string member
109 shortName := pkgPath[i+1:]
113 shortName: shortName,
234 err := p.scope.AddImport(importPkg.shortName, importPkg.scope)
Dcontext.go2162 otherPkg, present := pkgs[pctx.shortName]
2172 pkgNames[pctx] = pctx.shortName
2173 pkgs[pctx.shortName] = pctx