OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MISC_NAME
(Results
1 - 2
of
2
) 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"
Completed in 346 milliseconds