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

/frameworks/native/cmds/installd/
H A Dcommands.c654 static const unsigned int MAX_INSTRUCTION_SET_LEN = 7; local
657 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) {
659 instruction_set, MAX_INSTRUCTION_SET_LEN);
664 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN];
694 static const unsigned int MAX_INSTRUCTION_SET_LEN = 7; local
696 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) {
698 instruction_set, MAX_INSTRUCTION_SET_LEN);
742 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN];

Completed in 606 milliseconds