Searched refs:ANDR_BOOT_NAME_SIZE (Results 1 – 2 of 2) sorted by relevance
41 #define ANDR_BOOT_NAME_SIZE 16 macro96 char name[ANDR_BOOT_NAME_SIZE]; /* asciiz product name */
226 strncpy(andr_tmp_str, hdr->name, ANDR_BOOT_NAME_SIZE); in android_image_get_kernel()227 andr_tmp_str[ANDR_BOOT_NAME_SIZE] = '\0'; in android_image_get_kernel()1176 memset(hdr->name, 0, ANDR_BOOT_NAME_SIZE); in populate_boot_info()1177 strncpy(hdr->name, (const char *)vendor_boot_hdr->name, ANDR_BOOT_NAME_SIZE); in populate_boot_info()