Searched refs:have_dex2oat_compiler_filter_flag (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.c712 bool have_dex2oat_compiler_filter_flag = property_get("dalvik.vm.dex2oat-filter", local
789 have_dex2oat_compiler_filter_flag = true;
792 have_dex2oat_compiler_filter_flag = true;
793 } else if (have_dex2oat_compiler_filter_flag) {
805 + (have_dex2oat_compiler_filter_flag ? 1 : 0)
832 if (have_dex2oat_compiler_filter_flag) {

Completed in 358 milliseconds