Home
last modified time | relevance | path

Searched refs:PkgPath (Results 1 – 25 of 37) sorted by relevance

12

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go36 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 != "" {
Dreader_test.go151 if mt.PkgPath != pkgPath {
152 t.Errorf("expected pkgpath %q, got %q", pkgPath, mt.PkgPath)
Dreader.go81 PkgPath: pkgPath,
139 …ps, err := r.PropertyStruct(field.Type.PkgPath(), field.Type.Name(), reflect.New(field.Type).Elem(…
Dproperties_test.go90 …ps, err := r.PropertyStruct(structType.PkgPath(), structType.String(), reflect.New(structType).Ele…
/build/blueprint/bootstrap/
Dwritedocs.go44 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
Dbootstrap.go210 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/
Dconversion.go97 if field.PkgPath != "" && !field.Anonymous {
/build/soong/cmd/release_config/release_config_proto/
Dbuild_flags_common.pb.go154 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
Dbuild_flags_declarations.pb.go286 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
Dbuild_flags_out.pb.go585 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/blueprint/proptools/
Dclone.go56 if field.PkgPath != "" {
169 if field.PkgPath != "" {
229 if field.PkgPath != "" {
/build/soong/ui/metrics/mk_metrics_proto/
Dmk_metrics.pb.go162 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/ui/status/build_progress_proto/
Dbuild_progress.pb.go186 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/ui/metrics/upload_proto/
Dupload.pb.go204 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/testing/test_spec_proto/
Dtest_spec.pb.go229 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/testing/code_metadata_proto/
Dcode_metadata.pb.go248 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/testing/code_metadata_internal_proto/
Dcode_metadata_internal.pb.go262 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/ui/status/build_error_proto/
Dbuild_error.pb.go269 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/ui/metrics/bazel_metrics_proto/
Dbazel_metrics.pb.go275 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/android/team_proto/
Dteam.pb.go272 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/cmd/symbols_map/symbols_map_proto/
Dsymbols_map.pb.go299 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/compliance/license_metadata_proto/
Dlicense_metadata.pb.go447 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/sdk/
Dbuild_release.go236 if field.PkgPath != "" {
/build/soong/ui/metrics/bp2build_metrics_proto/
Dbp2build_metrics.pb.go574 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go521 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),

12