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

/frameworks/native/cmds/installd/
H A Dcommands.c664 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN]; local
670 sprintf(instruction_set_arg, "--instruction-set=%s", instruction_set);
681 argv[3] = instruction_set_arg;
742 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN]; local
756 sprintf(instruction_set_arg, "--instruction-set=%s", instruction_set);
814 argv[i++] = instruction_set_arg;

Completed in 1447 milliseconds