Searched refs:DexLocation (Results 1 – 6 of 6) sorted by relevance
/build/soong/dexpreopt/ |
D | dexpreopt.go | 134 profileInstalledPath := module.DexLocation + ".prof" 160 Flag("--dex-location="+module.DexLocation). 175 profileInstalledPath := module.DexLocation + ".bprof" 193 Flag("--dex-location="+module.DexLocation). 211 base := filepath.Base(module.DexLocation) 227 odexInstallPath := toOdexPath(module.DexLocation) 317 dexLocationArg := module.DexLocation 399 dmInstalledPath := pathtools.ReplaceExtension(module.DexLocation, "dm") 497 return OdexOnSystemOtherByName(module.Name, module.DexLocation, global)
|
D | dexpreopt_test.go | 38 DexLocation: fmt.Sprintf("/%s/app/test/%s.apk", partition, name),
|
D | config.go | 116 DexLocation string // dex location on device member
|
/build/soong/java/ |
D | dexpreopt.go | 210 DexLocation: dexLocation,
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 146 …oduleConfig.BuildPath = android.PathForOutput(ctx, filepath.Join(prefix, moduleConfig.DexLocation))
|
/build/make/core/ |
D | dex_preopt_odex_install.mk | 371 …$(call add_json_str, DexLocation, $(patsubst $(PRODUCT_OUT)%,%,$(LOCAL_INSTALL…
|