Home
last modified time | relevance | path

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

/bootable/recovery/
Droots.cpp43 LOGE("failed to read /etc/recovery.fstab\n"); in load_volume_table()
49 LOGE("failed to add /tmp entry to fstab\n"); in load_volume_table()
72 LOGE("unknown volume for path [%s]\n", path); in ensure_path_mounted()
83 LOGE("failed to scan mounted volumes\n"); in ensure_path_mounted()
102 LOGE("failed to find \"%s\" partition to mount at \"%s\"\n", in ensure_path_mounted()
113 LOGE("failed to mount %s (%s)\n", v->mount_point, strerror(errno)); in ensure_path_mounted()
117 LOGE("unknown fs_type \"%s\" for %s\n", v->fs_type, v->mount_point); in ensure_path_mounted()
124 LOGE("unknown volume for path [%s]\n", path); in ensure_path_unmounted()
135 LOGE("failed to scan mounted volumes\n"); in ensure_path_unmounted()
152 LOGE("unknown volume \"%s\"\n", volume); in format_volume()
[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 …]
Dverifier.cpp42 LOGE("failed to open %s (%s)\n", path, strerror(errno)); in verify_file()
58 LOGE("failed to seek in %s (%s)\n", path, strerror(errno)); in verify_file()
65 LOGE("failed to read footer from %s (%s)\n", path, strerror(errno)); in verify_file()
82 LOGE("signature is too short\n"); in verify_file()
94 LOGE("failed to seek in %s (%s)\n", path, strerror(errno)); in verify_file()
107 LOGE("malloc for EOCD record failed\n"); in verify_file()
112 LOGE("failed to read eocd from %s (%s)\n", path, strerror(errno)); in verify_file()
121 LOGE("signature length doesn't match EOCD marker\n"); in verify_file()
134 LOGE("EOCD marker occurs after start of EOCD\n"); in verify_file()
146 LOGE("failed to alloc memory for sha1 buffer\n"); in verify_file()
[all …]
Dinstall.cpp63 LOGE("Can't make %s\n", binary); in try_update_binary()
71 LOGE("Can't copy %s\n", ASSUMED_UPDATE_BINARY_NAME); in try_update_binary()
162 LOGE("unknown command [%s]\n", command); in try_update_binary()
170 LOGE("Error in %s\n(Status %d)\n", path, WEXITSTATUS(status)); in try_update_binary()
186 LOGE("Can't mount %s\n", path); in really_install_package()
195 LOGE("Failed to load keys\n"); in really_install_package()
210 LOGE("signature verification failed\n"); in really_install_package()
219 LOGE("Can't open %s\n(%s)\n", path, err != -1 ? strerror(err) : "bad"); in really_install_package()
237 LOGE("failed to open last_install: %s\n", strerror(errno)); in install_package()
Drecovery.cpp144 LOGE("Can't mount %s\n", path); in fopen_path()
160 if (ferror(fp)) LOGE("Error in %s\n(%s)\n", name, strerror(errno)); in check_and_fclose()
195 LOGE("Bad boot message\n\"%.20s\"\n", boot.recovery); in get_args()
246 LOGE("Can't open %s\n", destination); in copy_log_file()
290 LOGE("Can't open %s\n", INTENT_FILE); in finish_recovery()
354 LOGE("Can't mount %s\n", original_path); in copy_sideloaded_package()
359 LOGE("Can't mount %s\n", SIDELOAD_TEMP_DIR); in copy_sideloaded_package()
365 LOGE("Can't mkdir %s (%s)\n", SIDELOAD_TEMP_DIR, strerror(errno)); in copy_sideloaded_package()
374 LOGE("failed to stat %s (%s)\n", SIDELOAD_TEMP_DIR, strerror(errno)); in copy_sideloaded_package()
378 LOGE("%s isn't a directory\n", SIDELOAD_TEMP_DIR); in copy_sideloaded_package()
[all …]
Dcommon.h27 #define LOGE(...) ui_print("E:" __VA_ARGS__) macro
Dscreen_ui.cpp329 LOGE("missing bitmap %s\n(Code %d)\n", filename, result); in LoadBitmap()
336 LOGE("missing bitmap %s\n(Code %d)\n", filename, result); in LoadLocalizedBitmap()
/bootable/recovery/minzip/
DZip.c544 LOGE("Can't read %zu bytes from zip file: %ld\n", count, n); in processStoredEntry()
589 LOGE("Installed zlib is not compatible with linked version (%s)\n", in processDeflatedEntry()
592 LOGE("Call to inflateInit2 failed (zerr=%d)\n", zerr); in processDeflatedEntry()
693 LOGE("Unsupported compression type %d for entry '%s'\n", in mzProcessZipEntryContents()
723 LOGE("Can't calculate CRC for entry\n"); in mzIsZipEntryIntact()
766 LOGE("Can't extract entry to buffer.\n"); in mzReadZipEntry()
781 LOGE("Error writing %ld bytes from zip file from %p: %s\n", in writeProcessFunction()
790 LOGE("write overrun? (%ld bytes instead of %d)\n", in writeProcessFunction()
807 LOGE("Can't extract entry to file.\n"); in mzExtractZipEntryToFile()
843 LOGE("Can't extract entry to memory buffer.\n"); in mzExtractZipEntryToBuffer()
[all …]
DLog.h117 #ifndef LOGE
118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
DSysUtil.c60 LOGE("could not determine length of file\n"); in getFileStartAndLength()
66 LOGE("file is empty\n"); in getFileStartAndLength()
103 LOGE("only read %d of %d bytes\n", (int) actual, (int) length); in sysLoadFileInShmem()
DHash.c227 LOGE("Dalvik hash resize failure\n"); in mzHashTableLookup()