Home
last modified time | relevance | path

Searched refs:andr_tmp_str (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dimage-android.c34 static char andr_tmp_str[ANDR_BOOT_ARGS_SIZE + 1]; variable
221 strncpy(andr_tmp_str, hdr->name, ANDR_BOOT_NAME_SIZE); in android_image_get_kernel()
222 andr_tmp_str[ANDR_BOOT_NAME_SIZE] = '\0'; in android_image_get_kernel()
223 if (strlen(andr_tmp_str)) in android_image_get_kernel()
224 printf("Android's image name: %s\n", andr_tmp_str); in android_image_get_kernel()