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) {447 func excludeLibsFromCLCList(clcList []*ClassLoaderContext, excludedLibs []string) ([]*ClassLoaderCo…538 func validateClassLoaderContextRec(sdkVer int, clcs []*ClassLoaderContext) (bool, error) {575 func ComputeClassLoaderContextDependenciesRec(clcs []*ClassLoaderContext) (names []string, paths an…[all …]