Lines Matching full:pluginpath
87 pluginpath, syms, errstr := lastmoduleinit()
90 pluginpath: pluginpath,
99 pluginpath: pluginpath,
105 initStr := make([]byte, len(pluginpath)+6)
106 copy(initStr, pluginpath)
107 copy(initStr[len(pluginpath):], ".init")
125 fullName := pluginpath + "." + symName
153 return nil, errors.New("plugin: symbol " + symName + " not found in plugin " + p.pluginpath)
162 func lastmoduleinit() (pluginpath string, syms map[string]interface{}, errstr string)