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

/frameworks/native/cmds/installd/
H A Dcommands.cpp654 static const int MAX_INT_LEN = 12; // '-'+10dig+'\0' -OR- 0x+8dig local
666 char output_oat_fd_arg[strlen("--output-oat-fd=") + MAX_INT_LEN];
667 char input_oat_fd_arg[strlen("--input-oat-fd=") + MAX_INT_LEN];
761 static const int MAX_INT_LEN = 12; // '-'+10dig+'\0' -OR- 0x+8dig local
763 char zip_fd_arg[strlen("--zip-fd=") + MAX_INT_LEN];
765 char oat_fd_arg[strlen("--oat-fd=") + MAX_INT_LEN];
774 char dex2oat_swap_fd[strlen("--swap-fd=") + MAX_INT_LEN];
776 char dex2oat_image_fd[strlen("--app-image-fd=") + MAX_INT_LEN];
834 char profile_arg[strlen("--profile-file-fd=") + MAX_INT_LEN];
1096 static const size_t MAX_INT_LEN local
1705 static const size_t MAX_INT_LEN = 32; local
[all...]

Completed in 133 milliseconds