Searched refs:MAX_INSTRUCTION_SET_LEN (Results 1 – 1 of 1) sorted by relevance
655 static const unsigned int MAX_INSTRUCTION_SET_LEN = 7; in run_patchoat() local658 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) { in run_patchoat()660 instruction_set, MAX_INSTRUCTION_SET_LEN); in run_patchoat()665 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN]; in run_patchoat()695 static const unsigned int MAX_INSTRUCTION_SET_LEN = 7; in run_dex2oat() local697 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) { in run_dex2oat()699 instruction_set, MAX_INSTRUCTION_SET_LEN); in run_dex2oat()767 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN]; in run_dex2oat()