Home
last modified time | relevance | path

Searched refs:OtherModuleReverseDependencyVariantExists (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dprebuilt.go301 if ctx.OtherModuleReverseDependencyVariantExists(name) {
/build/blueprint/
Dmodule_ctx.go315 OtherModuleReverseDependencyVariantExists(name string) bool methodSpec
558 func (m *baseModuleContext) OtherModuleReverseDependencyVariantExists(name string) bool { func