Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt.go213 if odexOnSystemOther(module, global) {
498 if odexOnSystemOther(module, global) {
552 func odexOnSystemOther(module ModuleConfig, global GlobalConfig) bool { func
/build/soong/java/
Ddexpreopt.go90 func odexOnSystemOther(ctx android.ModuleContext, installPath android.OutputPath) bool { func
Dapp.go204 …if !a.dexpreopter.dexpreoptDisabled(ctx) && (ctx.Host() || !odexOnSystemOther(ctx, a.dexpreopter.i…
Djava.go1477 …if !dexpreopter.dexpreoptDisabled(ctx) && (ctx.Host() || !odexOnSystemOther(ctx, dexpreopter.insta…