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) {
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) {
669 func toJsonClassLoaderContextRec(clcs []*ClassLoaderContext) []*jsonClassLoaderContext {