HomeSort by relevance Sort by last modified time
    Searched refs:MISC_NAME (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/
bootloader.c 27 static const char *MISC_NAME = "MISC:";
46 const MtdPartition *part = get_root_mtd_partition(MISC_NAME);
48 LOGE("Can't find %s\n", MISC_NAME);
54 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno));
61 if (r != size) LOGE("Can't read %s\n(%s)\n", MISC_NAME, strerror(errno));
77 const MtdPartition *part = get_root_mtd_partition(MISC_NAME);
79 LOGE("Can't find %s\n", MISC_NAME);
85 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno));
92 if (r != size) LOGE("Can't read %s\n(%s)\n", MISC_NAME, strerror(errno));
106 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno))
    [all...]
  /device/htc/common/updater/
bootloader.h 67 #define MISC_NAME "misc"
bootloader.c 47 const MtdPartition *part = mtd_find_partition_by_name(MISC_NAME);
49 LOGE("Can't find %s\n", MISC_NAME);
55 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno));
62 if (r != size) LOGE("Can't read %s\n(%s)\n", MISC_NAME, strerror(errno));
78 const MtdPartition *part = mtd_find_partition_by_name(MISC_NAME);
80 LOGE("Can't find %s\n", MISC_NAME);
86 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno));
93 if (r != size) LOGE("Can't read %s\n(%s)\n", MISC_NAME, strerror(errno));
107 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno));
111 LOGE("Can't write %s\n(%s)\n", MISC_NAME, strerror(errno))
    [all...]

Completed in 36 milliseconds