Home
last modified time | relevance | path

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

/bootable/recovery/
Droots.cpp47 LOGE("failed to read /etc/recovery.fstab\n"); in load_volume_table()
53 LOGE("failed to add /tmp entry to fstab\n"); in load_volume_table()
77 LOGE("unknown volume for path [%s]\n", path); in ensure_path_mounted_at()
88 LOGE("failed to scan mounted volumes\n"); in ensure_path_mounted_at()
111 LOGE("failed to find \"%s\" partition to mount at \"%s\"\n", in ensure_path_mounted_at()
123 LOGE("failed to mount %s (%s)\n", mount_point, strerror(errno)); in ensure_path_mounted_at()
127 LOGE("unknown fs_type \"%s\" for %s\n", v->fs_type, mount_point); in ensure_path_mounted_at()
139 LOGE("unknown volume for path [%s]\n", path); in ensure_path_unmounted()
150 LOGE("failed to scan mounted volumes\n"); in ensure_path_unmounted()
173 LOGE("%s failed with status %d\n", path, WEXITSTATUS(status)); in exec_cmd()
[all …]
Dinstall.cpp77 LOGE("Failed to parse build number in %s.\n", str.c_str()); in parse_build_number()
84 LOGE("Failed to find %s in update package.\n", METADATA_PATH); in read_metadata_from_package()
90 LOGE("Failed to read metadata in update package.\n"); in read_metadata_from_package()
155 LOGE("Package is for product %s but expected %s\n", in check_newer_ab_build()
165 LOGE("Package is for serial %s\n", pkg_serial_no.c_str()); in check_newer_ab_build()
170 LOGE("Package is not A/B\n"); in check_newer_ab_build()
178 LOGE("Package is for source build %s but expected %s\n", in check_newer_ab_build()
186 LOGE("Package is for source build %s but expected %s\n", in check_newer_ab_build()
202 LOGE("Update package is older than the current build, expected a " in check_newer_ab_build()
209 LOGE("Downgrade package must have a pre-build version set, not " in check_newer_ab_build()
[all …]
Dverifier.cpp133 LOGE("not big enough to contain footer\n"); in verify_file()
140 LOGE("footer is wrong\n"); in verify_file()
150 LOGE("signature start: %zu is larger than comment size: %zu\n", signature_start, in verify_file()
156 LOGE("Signature start is in the footer"); in verify_file()
167 LOGE("not big enough to contain EOCD\n"); in verify_file()
183 LOGE("signature length doesn't match EOCD marker\n"); in verify_file()
194 LOGE("EOCD marker occurs after start of EOCD\n"); in verify_file()
248 LOGE("Could not find signature DER block\n"); in verify_file()
310 LOGE("failed to verify whole-file signature\n"); in verify_file()
331 LOGE("key length (%d) too large\n", key_len_words); in parse_rsa_key()
[all …]
Dwear_touch.cpp108 LOGE("no input devices found\n"); in run()
130 LOGE("could not open %s, %s\n", device, strerror(errno)); in openDevice()
137 LOGE("could not get device name for %s, %s\n", device, strerror(errno)); in openDevice()
158 LOGE("Could not open directory %s", path); in findDevice()
Drecovery.cpp196 LOGE("Can't mount %s\n", path); in fopen_path()
211 if (ferror(fp)) LOGE("Error in %s\n(%s)\n", name, strerror(errno)); in check_and_fclose()
223 LOGE("pipe failed: %s\n", strerror(errno)); in redirect_stdio()
235 LOGE("fork failed: %s\n", strerror(errno)); in redirect_stdio()
254 LOGE("fopen \"%s\" failed: %s\n", filename, strerror(errno)); in redirect_stdio()
261 LOGE("fdopen failed: %s\n", strerror(errno)); in redirect_stdio()
281 LOGE("getline failed: %s\n", strerror(errno)); in redirect_stdio()
296 LOGE("dup2 stdout failed: %s\n", strerror(errno)); in redirect_stdio()
299 LOGE("dup2 stderr failed: %s\n", strerror(errno)); in redirect_stdio()
315 LOGE("%s\n", err.c_str()); in get_args()
[all …]
Dcommon.h24 #define LOGE(...) ui_print("E:" __VA_ARGS__) macro
Dscreen_ui.cpp420 LOGE("couldn't load bitmap %s (error %d)\n", filename, result); in LoadBitmap()
427 LOGE("couldn't load bitmap %s (error %d)\n", filename, result); in LoadLocalizedBitmap()
/bootable/recovery/minzip/
DSysUtil.c28 LOGE("fstat(%d) failed: %s\n", fd, strerror(errno)); in sysMapFD()
34 LOGE("mmap(%d, R, PRIVATE, %d, 0) failed: %s\n", (int) sb.st_size, fd, strerror(errno)); in sysMapFD()
43 LOGE("malloc failed: %s\n", strerror(errno)); in sysMapFD()
63 LOGE("failed to read block device from header\n"); in sysMapBlockFile()
74 LOGE("failed to parse block map header\n"); in sysMapBlockFile()
81 LOGE("invalid data in block map file: size %zu, blksize %u, range_count %u\n", in sysMapBlockFile()
89 LOGE("calloc(%u, %zu) failed: %s\n", range_count, sizeof(MappedRange), strerror(errno)); in sysMapBlockFile()
97 LOGE("failed to reserve address space: %s\n", strerror(errno)); in sysMapBlockFile()
104 LOGE("failed to open block device %s: %s\n", block_dev, strerror(errno)); in sysMapBlockFile()
116 LOGE("failed to parse range %d in block map\n", i); in sysMapBlockFile()
[all …]
DZip.c536 LOGE("Installed zlib is not compatible with linked version (%s)\n", in processDeflatedEntry()
539 LOGE("Call to inflateInit2 failed (zerr=%d)\n", zerr); in processDeflatedEntry()
614 LOGE("Unsupported compression type %d for entry '%s'\n", in mzProcessZipEntryContents()
654 LOGE("Can't extract entry to buffer.\n"); in mzReadZipEntry()
671 LOGE("Error writing %zd bytes from zip file from %p: %s\n", in writeProcessFunction()
678 LOGE("write overrun? (%zd bytes instead of %d)\n", in writeProcessFunction()
695 LOGE("Can't extract entry to file.\n"); in mzExtractZipEntryToFile()
731 LOGE("Can't extract entry to memory buffer.\n"); in mzExtractZipEntryToBuffer()
825 LOGE("mzExtractRecursive(): zipDir must be a relative path.\n"); in mzExtractRecursive()
829 LOGE("mzExtractRecursive(): targetDir must be an absolute path.\n"); in mzExtractRecursive()
[all …]
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()