Home
last modified time | relevance | path

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

/build/soong/cc/
Dgen.go116 shortName := baseName
122 shortName = strings.TrimPrefix(baseName, "I")
127 headerBn := outDir.Join(ctx, aidlPackage, "Bn"+shortName+".h")
128 headerBp := outDir.Join(ctx, aidlPackage, "Bp"+shortName+".h")
/build/blueprint/
Dpackage_ctx.go78 shortName string member
110 shortName := pkgPath[i+1:]
114 shortName: shortName,
225 err := p.scope.AddImport(importPkg.shortName, importPkg.scope)
Dcontext.go2862 otherPkg, present := pkgs[pctx.shortName]
2872 pkgNames[pctx] = pctx.shortName
2873 pkgs[pctx.shortName] = pctx