Home | History | Annotate | Download | only in installd

Lines Matching full:strlen

658     if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) {
665 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN];
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];
697 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) {
750 char image_format_arg[strlen("--image-format=") + kPropertyValueMax];
763 char zip_fd_arg[strlen("--zip-fd=") + MAX_INT_LEN];
764 char zip_location_arg[strlen("--zip-location=") + PKG_PATH_MAX];
765 char oat_fd_arg[strlen("--oat-fd=") + MAX_INT_LEN];
766 char oat_location_arg[strlen("--oat-location=") + PKG_PATH_MAX];
767 char instruction_set_arg[strlen("--instruction-set=") + MAX_INSTRUCTION_SET_LEN];
768 char instruction_set_variant_arg[strlen("--instruction-set-variant=") + kPropertyValueMax];
769 char instruction_set_features_arg[strlen("--instruction-set-features=") + kPropertyValueMax];
770 char dex2oat_Xms_arg[strlen("-Xms") + kPropertyValueMax];
771 char dex2oat_Xmx_arg[strlen("-Xmx") + kPropertyValueMax];
772 char dex2oat_compiler_filter_arg[strlen("--compiler-filter=") + kPropertyValueMax];
774 char dex2oat_swap_fd[strlen("--swap-fd=") + MAX_INT_LEN];
776 char dex2oat_image_fd[strlen("--app-image-fd=") + MAX_INT_LEN];
812 strlen(compiler_filter) + strlen("--compiler-filter=") <
834 char profile_arg[strlen("--profile-file-fd=") + MAX_INT_LEN];
1100 char profile_buf[strlen("--profile-file-fd=") + MAX_INT_LEN];
1105 char reference_profile_arg[strlen("--reference-profile-file-fd=") + MAX_INT_LEN];
1318 int pos = strlen(path);
1326 if (strlen(file_name) + strlen(extension) + 1 > PKG_PATH_MAX) {
1365 if (strlen(apk_path) >= (PKG_PATH_MAX - 8)) {
1722 const size_t len_overlay_path = strlen(overlay_path);
1727 const size_t len_idmap_root = strlen(prefix);
1728 const size_t len_suffix = strlen(suffix);