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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp286 char instruction_set_features_arg[arraysize("--instruction-set-features=") + kPropertyValueMax]; local
303 sprintf(instruction_set_features_arg, "--instruction-set-features=%s", dex2oat_isa_features);
406 argv[i++] = instruction_set_features_arg;

Completed in 285 milliseconds