Home
last modified time | relevance | path

Searched defs:ClassLoaderContextMap (Results 1 – 3 of 3) sorted by relevance

/build/soong/dexpreopt/
Dclass_loader_context.go252 type ClassLoaderContextMap map[int][]*ClassLoaderContext type
289 optional bool, hostPath, installPath android.Path, nestedClcMap ClassLoaderContextMap) error {
350 …lib string, optional bool, hostPath, installPath android.Path, nestedClcMap ClassLoaderContextMap)…
363 func (clcMap ClassLoaderContextMap) AddContextMap(otherClcMap ClassLoaderContextMap, implicitRootLi…
487 func fixClassLoaderContext(clcMap ClassLoaderContextMap) {
513 func validateClassLoaderContext(clcMap ClassLoaderContextMap) (bool, error) {
550 func ComputeClassLoaderContext(clcMap ClassLoaderContextMap) (clcStr string, paths android.Paths) {
656 func toJsonClassLoaderContext(clcMap ClassLoaderContextMap) jsonClassLoaderContextMap {
/build/soong/java/
Daar.go434 …roid.ModuleContext, sdkContext android.SdkContext, classLoaderContexts dexpreopt.ClassLoaderContex…
Djava.go2650 clcMap dexpreopt.ClassLoaderContextMap) {