Home
last modified time | relevance | path

Searched refs:OtherModuleErrorf (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/
Dmodule_ctx.go268 OtherModuleErrorf(m Module, fmt string, args ...interface{}) methodSpec
462 func (m *baseModuleContext) OtherModuleErrorf(logicModule Module, format string, func
/build/soong/android/
Dmodule.go108 OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{}) methodSpec
1402 func (b *baseModuleContext) OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{}) { func
1403 b.bp.OtherModuleErrorf(m, fmt, args...)
/build/soong/cc/
Dcc.go2365 ctx.OtherModuleErrorf(dep, err.Error())
2388 ctx.OtherModuleErrorf(dep, err.Error())
/build/soong/java/
Dapp.go463 …ctx.OtherModuleErrorf(dep, "sdk_version(%v) is higher than min_sdk_version(%v) of the containing a…