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

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

Completed in 324 milliseconds