Searched defs:ClassLoaderContext (Results 1 – 1 of 1) sorted by relevance
192 type ClassLoaderContext struct { struct194 Name string197 Optional bool200 Host android.Path203 Device string206 Subcontexts []*ClassLoaderContext223 func (c *ClassLoaderContext) excludeLibs(excludedLibs []string) (*ClassLoaderContext, bool) {432 func excludeLibsFromCLCList(clcList []*ClassLoaderContext, excludedLibs []string) ([]*ClassLoaderCo…523 func validateClassLoaderContextRec(sdkVer int, clcs []*ClassLoaderContext) (bool, error) {586 func computeClassLoaderContextRec(clcs []*ClassLoaderContext) (string, string, android.Paths) {[all …]