Searched refs:PkgPath (Results 1 – 25 of 26) sorted by relevance
12
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 36 PkgPath string member 86 pkg := pkgMap[mtInfo.PkgPath] 89 pkg, err = r.Package(mtInfo.PkgPath) 93 pkgMap[mtInfo.PkgPath] = pkg 123 ps, err := r.PropertyStruct(t.PkgPath(), t.Name(), v) 135 if nestedType.PkgPath() == "" { 138 nested, err := r.PropertyStruct(nestedType.PkgPath(), nestedType.Name(), nestedValue) 200 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, 137 …ps, err := r.PropertyStruct(field.Type.PkgPath(), field.Type.Name(), reflect.New(field.Type).Elem(…
|
D | properties_test.go | 90 …ps, err := r.PropertyStruct(structType.PkgPath(), structType.String(), reflect.New(structType).Ele…
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 215 PkgPath string 258 return g.properties.PkgPath 300 if g.properties.PkgPath == "" { 307 filepath.FromSlash(g.properties.PkgPath)+".a") 316 if hasPlugins && !buildGoPluginLoader(ctx, g.properties.PkgPath, pluginSrc) { 331 filepath.FromSlash(g.properties.PkgPath)+".a") 333 g.properties.PkgPath, srcs, genSrcs, testSrcs) 346 buildGoPackage(ctx, g.pkgRoot, g.properties.PkgPath, g.archiveFile,
|
D | writedocs.go | 44 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
|
/build/blueprint/proptools/ |
D | clone.go | 56 if field.PkgPath != "" { 165 if field.PkgPath != "" { 225 if field.PkgPath != "" {
|
D | extend.go | 542 return structField.PkgPath != "" || // The field is not exported so just skip it.
|
D | unpack.go | 245 if field.PkgPath != "" {
|
/build/soong/ui/metrics/mk_metrics_proto/ |
D | mk_metrics.pb.go | 162 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/ui/status/build_progress_proto/ |
D | build_progress.pb.go | 186 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/ui/metrics/upload_proto/ |
D | upload.pb.go | 204 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/bp2build/ |
D | conversion.go | 163 if field.PkgPath != "" && !field.Anonymous {
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.pb.go | 269 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/ui/metrics/bp2build_metrics_proto/ |
D | bp2build_metrics.pb.go | 357 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/cmd/symbols_map/symbols_map_proto/ |
D | symbols_map.pb.go | 299 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/sdk/ |
D | build_release.go | 207 if field.PkgPath != "" {
|
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.pb.go | 436 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.pb.go | 521 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 875 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/blueprint/ |
D | context.go | 580 return typ.PkgPath() 588 return typ.PkgPath() + "." + typ.Name() 3754 PkgPath string member 3788 PkgPath: pkg.pkgPath, 4279 {{.PkgName}} [from Go package {{.PkgPath}}]{{end}}{{end}}
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | commands.pb.go | 1529 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
D | config.pb.go | 1432 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
D | targeting.pb.go | 2654 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 1716 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
12