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

/frameworks/native/cmds/installd/
H A Dcommands.c636 static const int MAX_INT_LEN = 12; // '-'+10dig+'\0' -OR- 0x+8dig local
637 char zip_num[MAX_INT_LEN];
638 char odex_num[MAX_INT_LEN];
652 static const int MAX_INT_LEN = 12; // '-'+10dig+'\0' -OR- 0x+8dig local
664 char output_oat_fd_arg[strlen("--output-oat-fd=") + MAX_INT_LEN];
665 char input_oat_fd_arg[strlen("--input-oat-fd=") + MAX_INT_LEN];
735 static const int MAX_INT_LEN = 12; // '-'+10dig+'\0' -OR- 0x+8dig local
737 char zip_fd_arg[strlen("--zip-fd=") + MAX_INT_LEN];
739 char oat_fd_arg[strlen("--oat-fd=") + MAX_INT_LEN];
1369 static const size_t MAX_INT_LEN local
[all...]

Completed in 126 milliseconds