Home
last modified time | relevance | path

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

/build/blueprint/
Dmodule_ctx.go277 OtherModuleExists(name string) bool methodSpec
503 func (m *baseModuleContext) OtherModuleExists(name string) bool { func
/build/soong/android/
Dmodule.go115 OtherModuleExists(name string) bool methodSpec
1510 func (b *baseModuleContext) OtherModuleExists(name string) bool { return b.bp.OtherModuleExists(nam… func