Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp655 static const unsigned int MAX_INSTRUCTION_SET_LEN = 7; in run_patchoat() local
658 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() local
697 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()