Searched defs:goPackage (Results 1 – 1 of 1) sorted by relevance
239 type goPackage struct { struct240 blueprint.SimpleName241 properties struct {260 pkgRoot string263 archiveFile string266 testResultFile []string269 config *Config283 func (g *goPackage) DynamicDependencies(ctx blueprint.DynamicDependerModuleContext) []string {290 func (g *goPackage) GoPkgPath() string {294 func (g *goPackage) GoPkgRoot() string {[all …]