Searched defs:GoPackage (Results 1 – 4 of 4) sorted by relevance
106 type GoPackage struct { struct107 ExportToAndroid bool109 Dir string110 ImportPath string111 Name string112 Imports []string113 GoFiles []string114 TestGoFiles []string115 TestImports []string117 Module *GoModule[all …]
160 type GoPackage struct { struct161 Name string164 directDeps []*GoPackage // specified directly by the module165 allDeps []*GoPackage // direct dependencies and transitive dependencies166 files []string169 pkgDir string170 output string171 hashResult []byte174 mutex sync.Mutex175 compiled bool[all …]
126 after func(pkg *GoPackage)) {
206 type GoPackage struct { struct207 blueprint.SimpleName208 properties struct {229 pkgRoot string232 archiveFile string235 testResultFile []string247 func (g *GoPackage) DynamicDependencies(ctx blueprint.DynamicDependerModuleContext) []string {254 func (g *GoPackage) GoPkgPath() string {258 func (g *GoPackage) GoPkgRoot() string {262 func (g *GoPackage) GoPackageTarget() string {[all …]