Searched refs:andr_tmp_str (Results 1 – 4 of 4) sorted by relevance
39 static char andr_tmp_str[ANDR_BOOT_ARGS_SIZE + 1]; variable226 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()228 if (strlen(andr_tmp_str)) in android_image_get_kernel()229 printf("Android's image name: %s\n", andr_tmp_str); in android_image_get_kernel()