HomeSort by relevance Sort by last modified time
    Searched full:have_dex2oat_flags (Results 1 - 1 of 1) sorted by null

  /frameworks/native/cmds/installd/
commands.c 721 bool have_dex2oat_flags = property_get("dalvik.vm.dex2oat-flags", dex2oat_flags, NULL) > 0; local
799 + (have_dex2oat_flags ? 1 : 0)];
827 if (have_dex2oat_flags) {
    [all...]

Completed in 130 milliseconds