Home
last modified time | relevance | path

Searched refs:HostModuleNames (Results 1 – 1 of 1) sorted by relevance

/build/soong/cmd/pom2bp/
Dpom2bp.go112 type HostModuleNames map[string]bool type
114 func (n HostModuleNames) IsHostModule(groupId string, artifactId string) bool {
119 func (n HostModuleNames) String() string {
123 func (n HostModuleNames) Set(v string) error {
128 var hostModuleNames = HostModuleNames{}