Home
last modified time | relevance | path

Searched defs:OtherModuleErrorf (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/
Dmodule_ctx.go268 OtherModuleErrorf(m Module, fmt string, args ...interface{}) methodSpec
475 func (m *baseModuleContext) OtherModuleErrorf(logicModule Module, format string, func
/build/soong/android/
Dmodule.go113 OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{}) methodSpec
1504 func (b *baseModuleContext) OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{}) { func