Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_check.go60 func getInstallPath(ctx android.ModuleContext, location string) android.InstallPath { func
79 odexPath := getInstallPath(ctx, odexLocation)
80 vdexPath := getInstallPath(ctx, pathtools.ReplaceExtension(odexLocation, "vdex"))
Ddexpreopt.go218 func (d *dexpreopter) getInstallPath( func
Djava.go634 j.dexpreopter.installPath = j.dexpreopter.getInstallPath(
1677 j.dexpreopter.installPath = j.dexpreopter.getInstallPath(ctx, installPath)
1701 j.dexpreopter.installPath = j.dexpreopter.getInstallPath(
1952 j.dexpreopter.installPath = j.dexpreopter.getInstallPath(
Dsdk_library.go2312 module.dexpreopter.installPath = module.dexpreopter.getInstallPath(ctx, installPath)