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