Searched refs:LOGE (Results 1 - 11 of 11) sorted by relevance

/bootable/recovery/
H A Droots.cpp49 LOGE("failed to read /etc/recovery.fstab\n");
55 LOGE("failed to add /tmp entry to fstab\n");
78 LOGE("unknown volume for path [%s]\n", path);
89 LOGE("failed to scan mounted volumes\n");
108 LOGE("failed to find \"%s\" partition to mount at \"%s\"\n",
119 LOGE("failed to mount %s (%s)\n", v->mount_point, strerror(errno));
123 LOGE("unknown fs_type \"%s\" for %s\n", v->fs_type, v->mount_point);
130 LOGE("unknown volume for path [%s]\n", path);
141 LOGE("failed to scan mounted volumes\n");
164 LOGE("
[all...]
H A Dbootloader.cpp37 LOGE("Cannot load volume /misc!\n");
45 LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type);
52 LOGE("Cannot load volume /misc!\n");
60 LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type);
77 LOGE("Can't find %s\n", v->blk_device);
83 LOGE("Can't open %s\n(%s)\n", v->blk_device, strerror(errno));
90 if (r != size) LOGE("Can't read %s\n(%s)\n", v->blk_device, strerror(errno));
103 LOGE("Can't find %s\n", v->blk_device);
109 LOGE("Can't open %s\n(%s)\n", v->blk_device, strerror(errno));
116 if (r != size) LOGE("Ca
[all...]
H A Dinstall.cpp63 LOGE("Can't make %s\n", binary);
71 LOGE("Can't copy %s\n", ASSUMED_UPDATE_BINARY_NAME);
169 LOGE("unknown command [%s]\n", command);
177 LOGE("Error in %s\n(Status %d)\n", path, WEXITSTATUS(status));
207 LOGE("failed to map file\n");
214 LOGE("Failed to load keys\n");
226 LOGE("signature verification failed\n");
236 LOGE("Can't open %s\n(%s)\n", path, err != -1 ? strerror(err) : "bad");
263 LOGE("failed to open last_install: %s\n", strerror(errno));
267 LOGE("faile
[all...]
H A Dverifier.cpp130 LOGE("not big enough to contain footer\n");
137 LOGE("footer is wrong\n");
147 LOGE("Signature start is in the footer");
158 LOGE("not big enough to contain EOCD\n");
174 LOGE("signature length doesn't match EOCD marker\n");
186 LOGE("EOCD marker occurs after start of EOCD\n");
233 LOGE("Could not find signature DER block\n");
292 LOGE("failed to verify whole-file signature\n");
333 LOGE("opening %s: %s\n", filename, strerror(errno));
393 LOGE("ke
[all...]
H A Dcommon.h27 #define LOGE(...) ui_print("E:" __VA_ARGS__) macro
H A Drecovery.cpp160 LOGE("Can't mount %s\n", path);
182 if (ferror(fp)) LOGE("Error in %s\n(%s)\n", name, strerror(errno));
218 LOGE("Bad boot message\n\"%.20s\"\n", boot.recovery);
278 LOGE("Error getting klog size (%s), using default\n", strerror(errno));
284 LOGE("Can't alloc %d bytes for klog buffer\n", klog_buf_len);
290 LOGE("Error in reading klog (%s)\n", strerror(errno));
297 LOGE("Can't open %s\n", destination);
313 LOGE("Can't open %s\n", destination);
373 LOGE("Can't open %s\n", INTENT_FILE);
588 LOGE("erro
[all...]
H A Dscreen_ui.cpp330 LOGE("missing bitmap %s\n(Code %d)\n", filename, result);
337 LOGE("missing bitmap %s\n(Code %d)\n", filename, result);
344 LOGE("missing bitmap %s\n(Code %d)\n", filename, result);
/bootable/recovery/minzip/
H A DLog.h117 #ifndef LOGE
118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
H A DZip.c541 LOGE("Installed zlib is not compatible with linked version (%s)\n",
544 LOGE("Call to inflateInit2 failed (zerr=%d)\n", zerr);
620 LOGE("Unsupported compression type %d for entry '%s'\n",
648 LOGE("Can't calculate CRC for entry\n");
691 LOGE("Can't extract entry to buffer.\n");
708 LOGE("Error writing %zd bytes from zip file from %p: %s\n",
717 LOGE("write overrun? (%zd bytes instead of %d)\n",
734 LOGE("Can't extract entry to file.\n");
747 LOGE("Can't getStoredEntry for '%s'; not stored\n",
787 LOGE("Ca
[all...]
H A DSysUtil.c35 LOGE("could not determine length of file\n");
41 LOGE("file is empty\n");
183 LOGE("Unable to open '%s': %s\n", fn, strerror(errno));
188 LOGE("Map of '%s' failed\n", fn);
H A DHash.c227 LOGE("Dalvik hash resize failure\n");

Completed in 48 milliseconds