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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp487 char dex2oat_prop_buf[kPropertyValueMax]; local
488 if (get_property("dalvik.vm.dex2oat-swap", dex2oat_prop_buf, "") > 0) {
489 if (strcmp(dex2oat_prop_buf, "true") == 0) {

Completed in 9 milliseconds