Searched refs:IsHostModule (Results 1 – 1 of 1) sorted by relevance
114 func (n HostModuleNames) IsHostModule(groupId string, artifactId string) bool { func214 func (p Pom) IsHostModule() bool { func215 return hostModuleNames.IsHostModule(p.GroupId, p.ArtifactId)219 return !p.IsHostModule()227 return p.IsHostModule() && !p.IsHostAndDeviceModule()