Home
last modified time | relevance | path

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

/bootable/recovery/
Droots.cpp49 LOGE("failed to read /etc/recovery.fstab\n"); in load_volume_table()
55 LOGE("failed to add /tmp entry to fstab\n"); in load_volume_table()
78 LOGE("unknown volume for path [%s]\n", path); in ensure_path_mounted()
89 LOGE("failed to scan mounted volumes\n"); in ensure_path_mounted()
108 LOGE("failed to find \"%s\" partition to mount at \"%s\"\n", in ensure_path_mounted()
120 LOGE("failed to mount %s (%s)\n", v->mount_point, strerror(errno)); in ensure_path_mounted()
124 LOGE("unknown fs_type \"%s\" for %s\n", v->fs_type, v->mount_point); in ensure_path_mounted()
131 LOGE("unknown volume for path [%s]\n", path); in ensure_path_unmounted()
142 LOGE("failed to scan mounted volumes\n"); in ensure_path_unmounted()
165 LOGE("%s failed with status %d\n", path, WEXITSTATUS(status)); in exec_cmd()
[all …]
Dbootloader.cpp37 LOGE("Cannot load volume /misc!\n"); in get_bootloader_message()
45 LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type); in get_bootloader_message()
52 LOGE("Cannot load volume /misc!\n"); in set_bootloader_message()
60 LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type); in set_bootloader_message()
77 LOGE("Can't find %s\n", v->blk_device); in get_bootloader_message_mtd()
83 LOGE("Can't open %s\n(%s)\n", v->blk_device, strerror(errno)); in get_bootloader_message_mtd()
90 if (r != size) LOGE("Can't read %s\n(%s)\n", v->blk_device, strerror(errno)); in get_bootloader_message_mtd()
103 LOGE("Can't find %s\n", v->blk_device); in set_bootloader_message_mtd()
109 LOGE("Can't open %s\n(%s)\n", v->blk_device, strerror(errno)); in set_bootloader_message_mtd()
116 if (r != size) LOGE("Can't read %s\n(%s)\n", v->blk_device, strerror(errno)); in set_bootloader_message_mtd()
[all …]
Dinstall.cpp64 LOGE("Can't make %s\n", binary); in try_update_binary()
72 LOGE("Can't copy %s\n", ASSUMED_UPDATE_BINARY_NAME); in try_update_binary()
182 LOGE("unknown command [%s]\n", command); in try_update_binary()
190 LOGE("Error in %s\n(Status %d)\n", path, WEXITSTATUS(status)); in try_update_binary()
220 LOGE("failed to map file\n"); in really_install_package()
227 LOGE("Failed to load keys\n"); in really_install_package()
239 LOGE("signature verification failed\n"); in really_install_package()
249 LOGE("Can't open %s\n(%s)\n", path, err != -1 ? strerror(err) : "bad"); in really_install_package()
278 LOGE("failed to open last_install: %s\n", strerror(errno)); in install_package()
282 LOGE("failed to set up expected mounts for install; aborting\n"); in install_package()
Dverifier.cpp131 LOGE("not big enough to contain footer\n"); in verify_file()
138 LOGE("footer is wrong\n"); in verify_file()
148 LOGE("Signature start is in the footer"); in verify_file()
159 LOGE("not big enough to contain EOCD\n"); in verify_file()
175 LOGE("signature length doesn't match EOCD marker\n"); in verify_file()
187 LOGE("EOCD marker occurs after start of EOCD\n"); in verify_file()
234 LOGE("Could not find signature DER block\n"); in verify_file()
293 LOGE("failed to verify whole-file signature\n"); in verify_file()
334 LOGE("opening %s: %s\n", filename, strerror(errno)); in load_keys()
394 LOGE("key length (%d) does not match expected size\n", key->len); in load_keys()
[all …]
Dcommon.h28 #define LOGE(...) ui_print("E:" __VA_ARGS__) macro
Drecovery.cpp157 LOGE("Can't mount %s\n", path); in fopen_path()
184 if (ferror(fp)) LOGE("Error in %s\n(%s)\n", name, strerror(errno)); in check_and_fclose()
220 LOGE("Bad boot message\n\"%.20s\"\n", boot.recovery); in get_args()
274 LOGE("Error getting klog size: %s\n", strerror(errno)); in save_kernel_log()
281 LOGE("Error in reading klog: %s\n", strerror(errno)); in save_kernel_log()
294 LOGE("Can't open %s\n", destination); in copy_log_file()
377 LOGE("Can't open %s\n", INTENT_FILE); in finish_recovery()
564 LOGE("error opening %s: %s\n", path, strerror(errno)); in browse_directory()
962 LOGE("Invalid command argument\n"); in main()
Dscreen_ui.cpp364 LOGE("missing bitmap %s\n(Code %d)\n", filename, result); in LoadBitmap()
371 LOGE("missing bitmap %s\n(Code %d)\n", filename, result); in LoadBitmapArray()
378 LOGE("missing bitmap %s\n(Code %d)\n", filename, result); in LoadLocalizedBitmap()
/bootable/recovery/minzip/
DZip.c537 LOGE("Installed zlib is not compatible with linked version (%s)\n", in processDeflatedEntry()
540 LOGE("Call to inflateInit2 failed (zerr=%d)\n", zerr); in processDeflatedEntry()
616 LOGE("Unsupported compression type %d for entry '%s'\n", in mzProcessZipEntryContents()
663 LOGE("Can't extract entry to buffer.\n"); in mzReadZipEntry()
680 LOGE("Error writing %zd bytes from zip file from %p: %s\n", in writeProcessFunction()
687 LOGE("write overrun? (%zd bytes instead of %d)\n", in writeProcessFunction()
704 LOGE("Can't extract entry to file.\n"); in mzExtractZipEntryToFile()
740 LOGE("Can't extract entry to memory buffer.\n"); in mzExtractZipEntryToBuffer()
834 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n"); in mzExtractRecursive()
838 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n"); in mzExtractRecursive()
[all …]
DSysUtil.c37 LOGE("could not determine length of file\n"); in getFileStartAndLength()
43 LOGE("file is empty\n"); in getFileStartAndLength()
185 LOGE("Unable to open '%s': %s\n", fn, strerror(errno)); in sysMapFile()
190 LOGE("Map of '%s' failed\n", fn); in sysMapFile()
DLog.h117 #ifndef LOGE
118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
DHash.c223 LOGE("Dalvik hash resize failure\n"); in mzHashTableLookup()