Home
last modified time | relevance | path

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

/build/blueprint/
Dmodule_ctx.go295 OtherModuleExists(name string) bool methodSpec
560 func (m *baseModuleContext) OtherModuleExists(name string) bool { func
/build/soong/android/
Dmodule.go167 OtherModuleExists(name string) bool methodSpec
2462 func (b *baseModuleContext) OtherModuleExists(name string) bool { return b.bp.OtherModuleExists(nam… func