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