Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go36 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 != "" {
Dreader_test.go148 if mt.PkgPath != pkgPath {
149 t.Errorf("expected pkgpath %q, got %q", pkgPath, mt.PkgPath)
Dreader.go79 PkgPath: pkgPath,
/build/blueprint/bootstrap/
Dbootstrap.go243 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,
Dwritedocs.go57 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
/build/blueprint/proptools/
Dclone.go56 if field.PkgPath != "" {
153 if field.PkgPath != "" {
213 if field.PkgPath != "" {
Dextend.go252 if srcField.PkgPath != "" {
Dunpack.go199 if field.PkgPath != "" {
/build/soong/bp2build/
Dconversion.go134 if field.PkgPath != "" {
/build/blueprint/
Dcontext.go550 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/
Dupdate.go1733 if field.PkgPath != "" {