Lines Matching defs:ClassLoaderContext
192 type ClassLoaderContext struct { struct
194 Name string
197 Optional bool
200 Host android.Path
203 Device string
206 Subcontexts []*ClassLoaderContext
223 func (c *ClassLoaderContext) excludeLibs(excludedLibs []string) (*ClassLoaderContext, bool) {
442 func excludeLibsFromCLCList(clcList []*ClassLoaderContext, excludedLibs []string) ([]*ClassLoaderCo…
533 func validateClassLoaderContextRec(sdkVer int, clcs []*ClassLoaderContext) (bool, error) {
570 func ComputeClassLoaderContextDependenciesRec(clcs []*ClassLoaderContext) (names []string, paths an…
640 func toJsonClassLoaderContextRec(clcs []*ClassLoaderContext) []*jsonClassLoaderContext {