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

/frameworks/native/cmds/installd/
H A Dcommands.cpp665 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN]; local
671 sprintf(instruction_set_arg, "--instruction-set=%s", instruction_set);
682 argv[3] = instruction_set_arg;
767 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN]; local
782 sprintf(instruction_set_arg, "--instruction-set=%s", instruction_set);
864 argv[i++] = instruction_set_arg;

Completed in 36 milliseconds