Searched refs:DexLocation (Results 1 – 5 of 5) sorted by relevance
/build/soong/dexpreopt/ |
D | dexpreopt.go | 129 profileInstalledPath := module.DexLocation + ".prof" 153 Flag("--dex-location="+module.DexLocation). 168 profileInstalledPath := module.DexLocation + ".bprof" 185 Flag("--dex-location="+module.DexLocation). 253 base := filepath.Base(module.DexLocation) 269 odexInstallPath := toOdexPath(module.DexLocation) 371 dexLocationArg := module.DexLocation 444 dmInstalledPath := pathtools.ReplaceExtension(module.DexLocation, "dm") 542 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 | 114 DexLocation string // dex location on device member
|
/build/soong/java/ |
D | dexpreopt.go | 184 DexLocation: dexLocation,
|
/build/make/core/ |
D | dex_preopt_odex_install.mk | 222 …$(call add_json_str, DexLocation, $(patsubst $(PRODUCT_OUT)%,%,$(LOCAL_INSTALL…
|