Searched refs:ClassLoaderContext (Results 1 – 1 of 1) sorted by relevance
191 type ClassLoaderContext struct { struct202 Subcontexts []*ClassLoaderContext argument221 type ClassLoaderContextMap map[int][]*ClassLoaderContext296 clcMap[sdkVer] = append(clcMap[sdkVer], &ClassLoaderContext{379 fixedClcs := []*ClassLoaderContext{}407 func validateClassLoaderContextRec(sdkVer int, clcs []*ClassLoaderContext) (bool, error) { argument470 func computeClassLoaderContextRec(clcs []*ClassLoaderContext) (string, string, android.Paths) { argument524 …sLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*ClassLoaderContext {525 clcs := make([]*ClassLoaderContext, 0, len(jClcs))527 clcs = append(clcs, &ClassLoaderContext{[all …]