Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt.go293 … classLoaderContextHost = append(classLoaderContextHost, SystemServerDexJarHostPath(ctx, otherJar))
298 dexPathHost := SystemServerDexJarHostPath(ctx, module.Name)
593 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath { func