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

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

Completed in 40 milliseconds