Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dbase_module_context.go58 OtherModuleExists(name string) bool methodSpec
280 func (b *baseModuleContext) OtherModuleExists(name string) bool { return b.bp.OtherModuleExists(nam… func
/aosp_15_r20/build/blueprint/
H A Dmodule_ctx.go342 OtherModuleExists(name string) bool methodSpec
626 func (m *baseModuleContext) OtherModuleExists(name string) bool { func