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

/frameworks/native/cmds/installd/
H A Dcommands.cpp772 char dex2oat_compiler_filter_arg[strlen("--compiler-filter=") + kPropertyValueMax]; local
805 strcpy(dex2oat_compiler_filter_arg, "--compiler-filter=verify-none");
809 strcpy(dex2oat_compiler_filter_arg, "--compiler-filter=interpret-only");
813 arraysize(dex2oat_compiler_filter_arg)) {
814 sprintf(dex2oat_compiler_filter_arg, "--compiler-filter=%s", compiler_filter);
821 sprintf(dex2oat_compiler_filter_arg,
880 argv[i++] = dex2oat_compiler_filter_arg;

Completed in 57 milliseconds