Searched refs:OtherModuleExists (Results 1 – 9 of 9) sorted by relevance
218 if !ctx.OtherModuleExists(name) {
233 if !ctx.OtherModuleExists(base) {
262 if !mctx.OtherModuleExists(n) && !mctx.Config().AllowMissingDependencies() {
115 OtherModuleExists(name string) bool methodSpec1510 func (b *baseModuleContext) OtherModuleExists(name string) bool { return b.bp.OtherModuleExists(nam… func
277 OtherModuleExists(name string) bool methodSpec503 func (m *baseModuleContext) OtherModuleExists(name string) bool { func
352 if ctx.OtherModuleExists(api_module) || ctx.OtherModuleExists(removed_api_module) {1290 if newSinceSrcModule != "" && !ctx.OtherModuleExists(newSinceSrcModule) {
1881 if ctx.OtherModuleExists(implName) {1885 if module.sharedLibrary() && ctx.OtherModuleExists(xmlPermissionsModuleName) {
301 if mctx.OtherModuleExists(name) {
1812 if actx.OtherModuleExists(vendorPublicLib) {