Searched refs:andr_tmp_str (Results 1 – 1 of 1) sorted by relevance
19 static char andr_tmp_str[ANDR_BOOT_ARGS_SIZE + 1]; variable74 strncpy(andr_tmp_str, hdr->name, ANDR_BOOT_NAME_SIZE); in android_image_get_kernel()75 andr_tmp_str[ANDR_BOOT_NAME_SIZE] = '\0'; in android_image_get_kernel()76 if (strlen(andr_tmp_str)) in android_image_get_kernel()77 printf("Android's image name: %s\n", andr_tmp_str); in android_image_get_kernel()
Completed in 5 milliseconds