Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.c637 static const int MAX_INT_LEN = 12; // '-'+10dig+'\0' -OR- 0x+8dig in run_dexopt() local
638 char zip_num[MAX_INT_LEN]; in run_dexopt()
639 char odex_num[MAX_INT_LEN]; in run_dexopt()
653 static const int MAX_INT_LEN = 12; // '-'+10dig+'\0' -OR- 0x+8dig in run_patchoat() local
665 char output_oat_fd_arg[strlen("--output-oat-fd=") + MAX_INT_LEN]; in run_patchoat()
666 char input_oat_fd_arg[strlen("--input-oat-fd=") + MAX_INT_LEN]; in run_patchoat()
736 static const int MAX_INT_LEN = 12; // '-'+10dig+'\0' -OR- 0x+8dig in run_dex2oat() local
738 char zip_fd_arg[strlen("--zip-fd=") + MAX_INT_LEN]; in run_dex2oat()
740 char oat_fd_arg[strlen("--oat-fd=") + MAX_INT_LEN]; in run_dex2oat()
750 char dex2oat_swap_fd[strlen("--swap-fd=") + MAX_INT_LEN]; in run_dex2oat()
[all …]