Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go36 PkgPath string member
85 pkg := pkgMap[mtInfo.PkgPath]
88 pkg, err = r.Package(mtInfo.PkgPath)
92 pkgMap[mtInfo.PkgPath] = pkg
123 if t.PkgPath() == "" {
126 ps, err := r.PropertyStruct(t.PkgPath(), t.Name(), v)
136 if nestedType.PkgPath() == "" {
139 nested, err := r.PropertyStruct(nestedType.PkgPath(), nestedType.Name(), nestedValue)
172 if field.PkgPath != "" {
Dreader_test.go66 if mt.PkgPath != pkgPath {
67 t.Errorf("expected pkgpath %q, got %q", pkgPath, mt.PkgPath)
Dreader.go79 PkgPath: pkgPath,
/build/blueprint/bootstrap/
Dbootstrap.go228 PkgPath string
273 return g.properties.PkgPath
305 if g.properties.PkgPath == "" {
312 filepath.FromSlash(g.properties.PkgPath)+".a")
321 if hasPlugins && !buildGoPluginLoader(ctx, g.properties.PkgPath, pluginSrc) {
336 filepath.FromSlash(g.properties.PkgPath)+".a")
338 g.properties.PkgPath, srcs, genSrcs,
342 buildGoPackage(ctx, g.pkgRoot, g.properties.PkgPath, g.archiveFile,
Dwritedocs.go57 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
/build/blueprint/proptools/
Dclone.go37 if field.PkgPath != "" {
131 if field.PkgPath != "" {
189 if field.PkgPath != "" {
Dextend.go245 if srcField.PkgPath != "" {
/build/blueprint/
Dunpack.go140 if field.PkgPath != "" {
Dcontext.go438 return typ.PkgPath()
446 return typ.PkgPath() + "." + typ.Name()
3070 PkgPath string member
3104 PkgPath: pkg.pkgPath,
3584 {{.PkgName}} [from Go package {{.PkgPath}}]{{end}}{{end}}