Home
last modified time | relevance | path

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

/build/soong/cmd/pom2bp/
Dpom2bp.go127 type HostAndDeviceModuleNames map[string]bool type
129 func (n HostAndDeviceModuleNames) IsHostAndDeviceModule(groupId string, artifactId string) bool {
135 func (n HostAndDeviceModuleNames) String() string {
139 func (n HostAndDeviceModuleNames) Set(v string) error {
144 var hostAndDeviceModuleNames = HostAndDeviceModuleNames{}