Searched defs:dex2oat_flags (Results 1 - 1 of 1) sorted by path

/frameworks/native/cmds/installd/
H A Dcommands.cpp735 char dex2oat_flags[kPropertyValueMax]; local
737 dex2oat_flags, NULL) <= 0 ? 0 : split_count(dex2oat_flags);
738 ALOGV("dalvik.vm.dex2oat-flags=%s\n", dex2oat_flags);
901 i += split(dex2oat_flags, argv + i);
916 // Do not add after dex2oat_flags, they should override others for debugging.
1116 // Do not add after dex2oat_flags, they should override others for debugging.

Completed in 136 milliseconds