OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CACHE_NAME
(Results
1 - 4
of
4
) sorted by null
/device/htc/common/updater/
bootloader.h
66
#define
CACHE_NAME
"cache"
bootloader.c
160
const MtdPartition *part = mtd_find_partition_by_name(
CACHE_NAME
);
162
LOGE("Can't find %s\n",
CACHE_NAME
);
168
LOGE("Can't open %s\n(%s)\n",
CACHE_NAME
, strerror(errno));
181
LOGE("Can't write header to %s\n(%s)\n",
CACHE_NAME
, strerror(errno));
203
CACHE_NAME
, strerror(errno));
213
LOGE("Can't write update to %s\n(%s)\n",
CACHE_NAME
, strerror(errno));
230
LOGE("Can't write bitmap to %s\n(%s)\n",
CACHE_NAME
, strerror(errno));
242
LOGE("Can't write bitmap to %s\n(%s)\n",
CACHE_NAME
, strerror(errno));
256
LOGE("Can't finish writing %s\n(%s)\n",
CACHE_NAME
, strerror(errno));
262
LOGE("Can't reopen %s\n(%s)\n",
CACHE_NAME
, strerror(errno))
[
all
...]
log_recovery.c
30
const MtdPartition *part = mtd_find_partition_by_name(
CACHE_NAME
);
32
LOGE("Can't find %s\n",
CACHE_NAME
);
/bootable/recovery/
bootloader.c
26
static const char *
CACHE_NAME
= "CACHE:";
Completed in 206 milliseconds