Home
last modified time | relevance | path

Searched refs:pkgPath (Results 1 – 8 of 8) sorted by relevance

/build/blueprint/
Dpackage_ctx.go57 Import(pkgPath string)
58 ImportAs(as, pkgPath string)
78 pkgPath string member
95 func NewPackageContext(pkgPath string) PackageContext {
98 if _, present := packageContexts[pkgPath]; present {
102 pkgName := pkgPathToName(pkgPath)
108 i := strings.LastIndex(pkgPath, "/")
109 shortName := pkgPath[i+1:]
114 pkgPath: pkgPath,
118 packageContexts[pkgPath] = p
[all …]
DBlueprints8 pkgPath = "github.com/google/blueprint",
33 pkgPath = "github.com/google/blueprint/parser",
48 pkgPath = "github.com/google/blueprint/deptools",
54 pkgPath = "github.com/google/blueprint/pathtools",
66 pkgPath = "github.com/google/blueprint/proptools",
88 pkgPath = "github.com/google/blueprint/bootstrap",
105 pkgPath = "github.com/google/blueprint/bootstrap/bpdoc",
Dbuild.ninja.in42 …command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.compileCmd} -o ${out} -p ${pkgPath} -comple…
75 pkgPath = github.com/google/blueprint
102 pkgPath = github.com/google/blueprint/bootstrap
122 pkgPath = github.com/google/blueprint/bootstrap/bpdoc
137 pkgPath = github.com/google/blueprint/deptools
154 pkgPath = github.com/google/blueprint/parser
169 pkgPath = github.com/google/blueprint/pathtools
187 pkgPath = github.com/google/blueprint/proptools
201 pkgPath = choosestage
224 pkgPath = gotestmain
[all …]
Dcontext.go2495 PkgPath: pkg.pkgPath,
/build/soong/
DAndroid.bp40 pkgPath: "android/soong/env",
59 pkgPath: "android/soong/glob",
71 pkgPath: "android/soong",
83 pkgPath: "android/soong/common",
113 pkgPath: "android/soong/cc",
150 pkgPath: "android/soong/genrule",
172 pkgPath: "android/soong/java",
211 pkgPath: "android/soong/androidmk/parser",
Dbuild.ninja.in46 …command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.compileCmd} -o ${out} -p ${pkgPath} -comple…
95 pkgPath = github.com/google/blueprint
116 pkgPath = main
152 pkgPath = github.com/google/blueprint
180 pkgPath = github.com/google/blueprint/bootstrap
201 pkgPath = github.com/google/blueprint/bootstrap/bpdoc
217 pkgPath = github.com/google/blueprint/deptools
238 pkgPath = github.com/google/blueprint/parser
256 pkgPath = main
283 pkgPath = github.com/google/blueprint/parser
[all …]
/build/soong/common/
Dpackage_ctx.go29 func NewPackageContext(pkgPath string) AndroidPackageContext {
30 return AndroidPackageContext{blueprint.NewPackageContext(pkgPath)}
/build/blueprint/bootstrap/
Dbootstrap.go440 func buildGoPluginLoader(ctx blueprint.ModuleContext, pkgPath, pluginSrc string, stage Stage) bool { argument
460 "pkg": pkgPath,
469 pkgPath string, archiveFile string, srcs []string, genSrcs []string, orderDeps []string) {
487 "pkgPath": pkgPath,
505 pkgPath string, srcs, genSrcs, testSrcs []string) []string {
519 buildGoPackage(ctx, testRoot, pkgPath, testPkgArchive,
527 "pkg": pkgPath,
564 "pkg": pkgPath,