Home
last modified time | relevance | path

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

/build/soong/android/
Dbase_module_context.go59 OtherModuleExists(name string) bool methodSpec
291 func (b *baseModuleContext) OtherModuleExists(name string) bool { return b.bp.OtherModuleExists(nam… func
/build/blueprint/
Dmodule_ctx.go352 OtherModuleExists(name string) bool methodSpec
640 func (m *baseModuleContext) OtherModuleExists(name string) bool { func