Home
last modified time | relevance | path

Searched refs:instruction_set_arg (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.cpp336 char instruction_set_arg[arraysize("--instruction-set=") + MAX_INSTRUCTION_SET_LEN]; in run_dex2oat() local
360 sprintf(instruction_set_arg, "--instruction-set=%s", instruction_set); in run_dex2oat()
477 argv[i++] = instruction_set_arg; in run_dex2oat()