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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp238 char dex2oat_flags[kPropertyValueMax]; local
240 dex2oat_flags, NULL) <= 0 ? 0 : split_count(dex2oat_flags);
241 ALOGV("dalvik.vm.dex2oat-flags=%s\n", dex2oat_flags);
441 i += split(dex2oat_flags, argv + i);
459 // Do not add after dex2oat_flags, they should override others for debugging.
661 // Do not add after dex2oat_flags, they should override others for debugging.

Completed in 1198 milliseconds