Lines Matching refs:pkg
20 "fotff/pkg"
21 "fotff/pkg/gitee_common"
68 func NewManager() pkg.Manager {
88 // Flash function implements pkg.Manager. Flash images in the 'pkg' directory to the given device.
89 // If not all necessary images are available in the 'pkg' directory, will build them.
90 func (m *Manager) Flash(device string, pkg string, ctx context.Context) error {
91 logrus.Infof("now flash %s", pkg)
93 Pkg: pkg,
99 logrus.Errorf("build %s fail, err: %v", pkg, err)
102 logrus.Infof("%s is available now, start to flash it", pkg)
103 return m.flashDevice(device, pkg, ctx)