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

/frameworks/native/cmds/installd/
H A Dcommands.c585 static const int MAX_INT_LEN = 12; // '-'+10dig+'\0' -OR- 0x+8dig local
586 char zip_num[MAX_INT_LEN];
587 char odex_num[MAX_INT_LEN];
602 static const int MAX_INT_LEN = 12; // '-'+10dig+'\0' -OR- 0x+8dig local
603 char zip_fd_arg[strlen("--zip-fd=") + MAX_INT_LEN];
605 char oat_fd_arg[strlen("--oat-fd=") + MAX_INT_LEN];

Completed in 4320 milliseconds