Home
last modified time | relevance | path

Searched refs:DexLocation (Results 1 – 5 of 5) sorted by relevance

/build/soong/dexpreopt/
Ddexpreopt.go129 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)
Ddexpreopt_test.go38 DexLocation: fmt.Sprintf("/%s/app/test/%s.apk", partition, name),
Dconfig.go114 DexLocation string // dex location on device member
/build/soong/java/
Ddexpreopt.go184 DexLocation: dexLocation,
/build/make/core/
Ddex_preopt_odex_install.mk222 …$(call add_json_str, DexLocation, $(patsubst $(PRODUCT_OUT)%,%,$(LOCAL_INSTALL…