Lines Matching refs:ModuleErrorf
130 …ctx.ModuleErrorf("module %q is not valid in property %s", ctx.OtherModuleName(child), memberType.S…
215 ctx.ModuleErrorf("Incompatible member types %q %q", member.memberType, memberType)
294 ctx.ModuleErrorf("invalid SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE: %s", err)
561 ctx.ModuleErrorf("error generating %q: %s", info, err)
701 …ctx.ModuleErrorf("Module %s is internal to the SDK but provides component %s which is used outside…
741 ctx.ModuleErrorf("%s", message.String())
748 ctx.ModuleErrorf("error extracting common properties: %s", err)
1045 s.ctx.ModuleErrorf("conflicting copy, %s copied from both %s and %s", dest, existing, src)
1205 s.ctx.ModuleErrorf("Required member reference %s is not a member of the sdk", name)
1425 …moduleCtx.ModuleErrorf("multiple conflicting variants detected for OsType{%s}, %s, Image{%s}, Link…
1795 …ctx.SdkModuleContext().ModuleErrorf("Architecture variant %q of sdk member %q has properties disti…
1908 …ctx.SdkModuleContext().ModuleErrorf("Image variant %q of sdk member %q has properties distinct fro…
1964 func (m *memberContext) ModuleErrorf(fmt string, args ...interface{}) { func
1965 m.sdkMemberContext.ModuleErrorf(fmt, args...)