Searched refs:buildGoPluginLoader (Results 1 – 1 of 1) sorted by relevance
349 if hasPlugins && !buildGoPluginLoader(ctx, g.properties.PkgPath, pluginSrc) {461 if hasPlugins && !buildGoPluginLoader(ctx, "main", pluginSrc) {523 func buildGoPluginLoader(ctx blueprint.ModuleContext, pkgPath, pluginSrc string) bool { func