Searched refs:andr_tmp_str (Results 1 – 1 of 1) sorted by relevance
15 static char andr_tmp_str[ANDR_BOOT_ARGS_SIZE + 1]; variable61 strncpy(andr_tmp_str, hdr->name, ANDR_BOOT_NAME_SIZE); in android_image_get_kernel()62 andr_tmp_str[ANDR_BOOT_NAME_SIZE] = '\0'; in android_image_get_kernel()63 if (strlen(andr_tmp_str)) in android_image_get_kernel()64 printf("Android's image name: %s\n", andr_tmp_str); in android_image_get_kernel()