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

/frameworks/native/cmds/installd/
H A Dcommands.cpp655 static const unsigned int MAX_INSTRUCTION_SET_LEN = 7; local
658 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) {
660 instruction_set, MAX_INSTRUCTION_SET_LEN);
665 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN];
695 static const unsigned int MAX_INSTRUCTION_SET_LEN = 7; local
697 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) {
699 instruction_set, MAX_INSTRUCTION_SET_LEN);
767 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN];

Completed in 58 milliseconds