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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp195 static const unsigned int MAX_INSTRUCTION_SET_LEN = 7; local
197 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) {
199 instruction_set, MAX_INSTRUCTION_SET_LEN);
284 char instruction_set_arg[arraysize("--instruction-set=") + MAX_INSTRUCTION_SET_LEN];
1292 static const unsigned int MAX_INSTRUCTION_SET_LEN = 7; local
1294 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) {
1296 instruction_set, MAX_INSTRUCTION_SET_LEN);
1301 char isa_arg[strlen("--isa=") + MAX_INSTRUCTION_SET_LEN];

Completed in 53 milliseconds