Searched refs:getLinkType (Results 1 – 2 of 2) sorted by relevance
764 linkType, _ := j.getLinkType(ctx.ModuleName())908 getLinkType(name string) (ret linkType, stubs bool) methodSpec911 func (m *Module) getLinkType(name string) (ret linkType, stubs bool) { func960 myLinkType, stubs := from.getLinkType(ctx.ModuleName())964 otherLinkType, _ := to.getLinkType(ctx.OtherModuleName(to))
1073 linkType := getLinkType(linkVariant)1095 func getLinkType(variant android.Module) string { func