Home
last modified time | relevance | path

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

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