Searched refs:OtherModuleExists (Results 1 – 10 of 10) sorted by relevance
89 if mctx.OtherModuleExists(vndkApexName) {
628 if ctx.OtherModuleExists(prebuiltName) {
120 if ctx.OtherModuleExists(prebuiltName) {
1160 if m := android.SrcIsModule(module.latestApiFilegroupName(apiScope)); !ctx.OtherModuleExists(m) {1163 …:= android.SrcIsModule(module.latestRemovedApiFilegroupName(apiScope)); !ctx.OtherModuleExists(m) {1166 …oid.SrcIsModule(module.latestIncompatibilitiesFilegroupName(apiScope)); !ctx.OtherModuleExists(m) {2099 if ctx.OtherModuleExists(implName) {2103 if module.sharedLibrary() && ctx.OtherModuleExists(xmlPermissionsModuleName) {
193 if p.IgnoreMissingDependencies && !ctx.OtherModuleExists(dep) {
240 if !ctx.OtherModuleExists(base) {
286 if !ctx.OtherModuleExists(name) {
476 if !mctx.OtherModuleExists(n) && !mctx.Config().AllowMissingDependencies() {
163 OtherModuleExists(name string) bool2028 func (b *baseModuleContext) OtherModuleExists(name string) bool { return b.bp.OtherModuleExists(nam… func
295 OtherModuleExists(name string) bool535 func (m *baseModuleContext) OtherModuleExists(name string) bool { func