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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp274 static const int MAX_INT_LEN = 12; // '-'+10dig+'\0' -OR- 0x+8dig local
278 char zip_fd_arg[arraysize("--zip-fd=") + MAX_INT_LEN];
280 char input_vdex_fd_arg[arraysize("--input-vdex-fd=") + MAX_INT_LEN];
281 char output_vdex_fd_arg[arraysize("--output-vdex-fd=") + MAX_INT_LEN];
282 char oat_fd_arg[arraysize("--oat-fd=") + MAX_INT_LEN];
291 char dex2oat_swap_fd[arraysize("--swap-fd=") + MAX_INT_LEN];
293 char dex2oat_image_fd[arraysize("--app-image-fd=") + MAX_INT_LEN];
357 char profile_arg[strlen("--profile-file-fd=") + MAX_INT_LEN];
641 static const size_t MAX_INT_LEN = 32; local
645 char profile_buf[strlen("--profile-file-fd=") + MAX_INT_LEN];
[all...]

Completed in 259 milliseconds