Home
last modified time | relevance | path

Searched refs:PkgPath (Results 1 – 25 of 26) 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.go148 if mt.PkgPath != pkgPath {
149 t.Errorf("expected pkgpath %q, got %q", pkgPath, mt.PkgPath)
Dreader.go79 PkgPath: pkgPath,
137 …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/
Dbootstrap.go215 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,
Dwritedocs.go44 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
/build/blueprint/proptools/
Dclone.go56 if field.PkgPath != "" {
165 if field.PkgPath != "" {
225 if field.PkgPath != "" {
Dextend.go542 return structField.PkgPath != "" || // The field is not exported so just skip it.
Dunpack.go245 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/bp2build/
Dconversion.go163 if field.PkgPath != "" && !field.Anonymous {
/build/soong/ui/status/build_error_proto/
Dbuild_error.pb.go269 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/ui/metrics/bp2build_metrics_proto/
Dbp2build_metrics.pb.go357 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/cmd/symbols_map/symbols_map_proto/
Dsymbols_map.pb.go299 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/sdk/
Dbuild_release.go207 if field.PkgPath != "" {
/build/soong/compliance/license_metadata_proto/
Dlicense_metadata.pb.go436 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go521 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/ui/status/ninja_frontend/
Dfrontend.pb.go875 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/blueprint/
Dcontext.go580 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/
Dcommands.pb.go1529 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
Dconfig.pb.go1432 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
Dtargeting.pb.go2654 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go1716 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),

12