Searched refs:DexLocation (Results 1 – 6 of 6) sorted by relevance
/build/soong/dexpreopt/ |
D | dexpreopt.go | 129 profileInstalledPath := module.DexLocation + ".prof" 155 Flag("--dex-location="+module.DexLocation). 170 profileInstalledPath := module.DexLocation + ".bprof" 188 Flag("--dex-location="+module.DexLocation). 225 base := filepath.Base(module.DexLocation) 233 odexInstallPath := ToOdexPath(module.DexLocation, arch) 348 dexLocationArg := module.DexLocation 430 dmInstalledPath := pathtools.ReplaceExtension(module.DexLocation, "dm") 523 return OdexOnSystemOtherByName(module.Name, module.DexLocation, global)
|
D | dexpreopt_test.go | 65 DexLocation: dexLocation,
|
D | config.go | 160 DexLocation string // dex location on device member
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 148 …oduleConfig.BuildPath = android.PathForOutput(ctx, filepath.Join(prefix, moduleConfig.DexLocation))
|
/build/soong/java/ |
D | dexpreopt.go | 315 DexLocation: dexLocation,
|
/build/make/core/ |
D | dex_preopt_odex_install.mk | 376 …$(call add_json_str, DexLocation, $(patsubst $(PRODUCT_OUT)%,%,$(LOCAL_INSTALL…
|