Home
last modified time | relevance | path

Searched refs:computeClassLoaderContextRec (Results 1 – 1 of 1) sorted by relevance

/build/soong/dexpreopt/
Dclass_loader_context.go459 hostClc, targetClc, hostPaths := computeClassLoaderContextRec(clcMap[sdkVer])
470 func computeClassLoaderContextRec(clcs []*ClassLoaderContext) (string, string, android.Paths) { func
475 subClcHost, subClcTarget, subPaths := computeClassLoaderContextRec(clc.Subcontexts)