Searched refs:OtherModuleExists (Results 1 – 7 of 7) sorted by relevance
89 if mctx.OtherModuleExists(vndkApexName) {
120 if ctx.OtherModuleExists(prebuiltName) {
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() {
295 OtherModuleExists(name string) bool methodSpec535 func (m *baseModuleContext) OtherModuleExists(name string) bool { func