Searched refs:PkgPath (Results 1 – 25 of 37) 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 | 151 if mt.PkgPath != pkgPath { 152 t.Errorf("expected pkgpath %q, got %q", pkgPath, mt.PkgPath)
|
D | reader.go | 81 PkgPath: pkgPath, 139 …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 | writedocs.go | 44 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
|
D | bootstrap.go | 210 PkgPath string 255 return g.properties.PkgPath 297 if g.properties.PkgPath == "" { 304 filepath.FromSlash(g.properties.PkgPath)+".a") 313 if hasPlugins && !buildGoPluginLoader(ctx, g.properties.PkgPath, pluginSrc) { 327 filepath.FromSlash(g.properties.PkgPath)+".a") 329 g.properties.PkgPath, srcs, genSrcs, testSrcs, g.properties.EmbedSrcs) 341 buildGoPackage(ctx, g.pkgRoot, g.properties.PkgPath, g.archiveFile,
|
/build/soong/bp2build/ |
D | conversion.go | 97 if field.PkgPath != "" && !field.Anonymous {
|
/build/soong/cmd/release_config/release_config_proto/ |
D | build_flags_common.pb.go | 154 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
D | build_flags_declarations.pb.go | 286 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
D | build_flags_out.pb.go | 585 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/blueprint/proptools/ |
D | clone.go | 56 if field.PkgPath != "" { 169 if field.PkgPath != "" { 229 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/testing/test_spec_proto/ |
D | test_spec.pb.go | 229 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/testing/code_metadata_proto/ |
D | code_metadata.pb.go | 248 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/testing/code_metadata_internal_proto/ |
D | code_metadata_internal.pb.go | 262 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.pb.go | 269 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/ui/metrics/bazel_metrics_proto/ |
D | bazel_metrics.pb.go | 275 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/android/team_proto/ |
D | team.pb.go | 272 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/compliance/license_metadata_proto/ |
D | license_metadata.pb.go | 447 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/sdk/ |
D | build_release.go | 236 if field.PkgPath != "" {
|
/build/soong/ui/metrics/bp2build_metrics_proto/ |
D | bp2build_metrics.pb.go | 574 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.pb.go | 521 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
12