Home
last modified time | relevance | path

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

/build/soong/cc/
Dgen.go117 shortName := baseName
123 shortName = strings.TrimPrefix(baseName, "I")
130 headerBn := outDir.Join(ctx, aidlPackage, "Bn"+shortName+".h")
131 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.go3212 otherPkg, present := pkgs[pctx.shortName]
3222 pkgNames[pctx] = pctx.shortName
3223 pkgs[pctx.shortName] = pctx