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

/frameworks/native/cmds/installd/
H A Dcommands.cpp769 char instruction_set_features_arg[strlen("--instruction-set-features=") + kPropertyValueMax]; local
784 sprintf(instruction_set_features_arg, "--instruction-set-features=%s", dex2oat_isa_features);
869 argv[i++] = instruction_set_features_arg;

Completed in 85 milliseconds