Searched refs:OtherModuleErrorf (Results 1 – 4 of 4) sorted by relevance
/build/blueprint/ |
D | module_ctx.go | 268 OtherModuleErrorf(m Module, fmt string, args ...interface{}) methodSpec 462 func (m *baseModuleContext) OtherModuleErrorf(logicModule Module, format string, func
|
/build/soong/android/ |
D | module.go | 108 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/ |
D | cc.go | 2365 ctx.OtherModuleErrorf(dep, err.Error()) 2388 ctx.OtherModuleErrorf(dep, err.Error())
|
/build/soong/java/ |
D | app.go | 463 …ctx.OtherModuleErrorf(dep, "sdk_version(%v) is higher than min_sdk_version(%v) of the containing a…
|