Searched refs:PkgPath (Results 1 – 11 of 11) sorted by relevance
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 36 PkgPath string member 87 pkg := pkgMap[mtInfo.PkgPath] 90 pkg, err = r.Package(mtInfo.PkgPath) 94 pkgMap[mtInfo.PkgPath] = pkg 125 if t.PkgPath() == "" { 128 ps, err := r.PropertyStruct(t.PkgPath(), t.Name(), v) 140 if nestedType.PkgPath() == "" { 143 nested, err := r.PropertyStruct(nestedType.PkgPath(), nestedType.Name(), nestedValue) 205 if field.PkgPath != "" {
|
D | reader_test.go | 148 if mt.PkgPath != pkgPath { 149 t.Errorf("expected pkgpath %q, got %q", pkgPath, mt.PkgPath)
|
D | reader.go | 79 PkgPath: pkgPath,
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 243 PkgPath string 291 return g.properties.PkgPath 333 if g.properties.PkgPath == "" { 340 filepath.FromSlash(g.properties.PkgPath)+".a") 349 if hasPlugins && !buildGoPluginLoader(ctx, g.properties.PkgPath, pluginSrc) { 364 filepath.FromSlash(g.properties.PkgPath)+".a") 366 g.properties.PkgPath, srcs, genSrcs, 370 buildGoPackage(ctx, g.pkgRoot, g.properties.PkgPath, g.archiveFile,
|
D | writedocs.go | 57 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
|
/build/blueprint/proptools/ |
D | clone.go | 56 if field.PkgPath != "" { 153 if field.PkgPath != "" { 213 if field.PkgPath != "" {
|
D | extend.go | 252 if srcField.PkgPath != "" {
|
D | unpack.go | 199 if field.PkgPath != "" {
|
/build/soong/bp2build/ |
D | conversion.go | 134 if field.PkgPath != "" {
|
/build/blueprint/ |
D | context.go | 550 return typ.PkgPath() 558 return typ.PkgPath() + "." + typ.Name() 3652 PkgPath string member 3686 PkgPath: pkg.pkgPath, 4169 {{.PkgName}} [from Go package {{.PkgPath}}]{{end}}{{end}}
|
/build/soong/sdk/ |
D | update.go | 1733 if field.PkgPath != "" {
|