Searched defs:ClassLoaderContext (Results 1 – 1 of 1) sorted by relevance
192 type ClassLoaderContext struct { struct194 Name string197 Optional bool201 Implicit bool204 Host android.Path207 Device string210 Subcontexts []*ClassLoaderContext227 func (c *ClassLoaderContext) excludeLibs(excludedLibs []string) (*ClassLoaderContext, bool) {450 func excludeLibsFromCLCList(clcList []*ClassLoaderContext, excludedLibs []string) ([]*ClassLoaderCo…542 func validateClassLoaderContextRec(sdkVer int, clcs []*ClassLoaderContext) (bool, error) {[all …]