Searched defs:Services (Results 1 – 2 of 2) sorted by relevance
29 type Services struct { struct30 services map[string]*ServiceFile42 func (Services) IsServiceFile(entry *zip.File) bool {48 func (j *Services) AddServiceFile(entry *zip.File) error {87 func (j *Services) ServiceFiles() []ServiceFile {
189 Services []string `android:"path,arch_variant"` member