Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_config.go42 dexpreopt.GetJarLocationFromApexJarPair(ctx, m))
218 updatableBootclasspath[i] = dexpreopt.GetJarLocationFromApexJarPair(ctx, p)
/build/soong/dexpreopt/
Ddexpreopt.go575 func GetJarLocationFromApexJarPair(ctx android.PathContext, apexJarValue string) string { func