Searched refs:MISC_NAME (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/ |
D | bootloader.c | 27 static const char *MISC_NAME = "MISC:"; variable 46 const MtdPartition *part = get_root_mtd_partition(MISC_NAME); in get_bootloader_message() 48 LOGE("Can't find %s\n", MISC_NAME); in get_bootloader_message() 54 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno)); in get_bootloader_message() 61 if (r != size) LOGE("Can't read %s\n(%s)\n", MISC_NAME, strerror(errno)); in get_bootloader_message() 77 const MtdPartition *part = get_root_mtd_partition(MISC_NAME); in set_bootloader_message() 79 LOGE("Can't find %s\n", MISC_NAME); in set_bootloader_message() 85 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno)); in set_bootloader_message() 92 if (r != size) LOGE("Can't read %s\n(%s)\n", MISC_NAME, strerror(errno)); in set_bootloader_message() 106 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno)); in set_bootloader_message() [all …]
|