Searched refs:odexOnSystemOther (Results 1 – 3 of 3) sorted by relevance
121 func odexOnSystemOther(ctx android.ModuleContext, installPath android.InstallPath) bool { func
476 …if !dexpreopter.dexpreoptDisabled(ctx) && (ctx.Host() || !odexOnSystemOther(ctx, dexpreopter.insta…
228 if odexOnSystemOther(module, global) {496 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool { func