/bootable/recovery/ |
D | roots.cpp | 47 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 …]
|
D | bootloader.cpp | 42 LOGE("Cannot load volume /misc!\n"); in get_bootloader_message() 50 LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type); in get_bootloader_message() 57 LOGE("Cannot load volume /misc!\n"); in set_bootloader_message() 65 LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type); in set_bootloader_message() 82 LOGE("failed to find \"%s\"\n", v->blk_device); in get_bootloader_message_mtd() 88 LOGE("failed to open \"%s\": %s\n", v->blk_device, strerror(errno)); in get_bootloader_message_mtd() 95 if (r != size) LOGE("failed to read \"%s\": %s\n", v->blk_device, strerror(errno)); in get_bootloader_message_mtd() 108 LOGE("failed to find \"%s\"\n", v->blk_device); in set_bootloader_message_mtd() 114 LOGE("failed to open \"%s\": %s\n", v->blk_device, strerror(errno)); in set_bootloader_message_mtd() 121 if (r != size) LOGE("failed to read \"%s\": %s\n", v->blk_device, strerror(errno)); in set_bootloader_message_mtd() [all …]
|
D | install.cpp | 69 LOGE("Failed to parse build number in %s.\n", str.c_str()); in parse_build_number() 77 LOGE("Failed to find %s in update package.\n", METADATA_PATH); in read_source_target_build() 83 LOGE("Failed to read metadata in update package.\n"); in read_source_target_build() 128 LOGE("Can't make %s\n", binary); in try_update_binary() 136 LOGE("Can't copy %s\n", ASSUMED_UPDATE_BINARY_NAME); in try_update_binary() 257 LOGE("unknown command [%s]\n", command); in try_update_binary() 268 LOGE("Error in %s\n(Status %d)\n", path, WEXITSTATUS(status)); in try_update_binary() 299 LOGE("failed to map file\n"); in really_install_package() 306 LOGE("Failed to load keys\n"); in really_install_package() 318 LOGE("signature verification failed\n"); in really_install_package() [all …]
|
D | verifier.cpp | 133 LOGE("not big enough to contain footer\n"); in verify_file() 140 LOGE("footer is wrong\n"); in verify_file() 150 LOGE("Signature start is in the footer"); in verify_file() 161 LOGE("not big enough to contain EOCD\n"); in verify_file() 177 LOGE("signature length doesn't match EOCD marker\n"); in verify_file() 188 LOGE("EOCD marker occurs after start of EOCD\n"); in verify_file() 242 LOGE("Could not find signature DER block\n"); in verify_file() 304 LOGE("failed to verify whole-file signature\n"); in verify_file() 325 LOGE("key length (%d) too large\n", key_len_words); in parse_rsa_key() 481 LOGE("opening %s: %s\n", filename, strerror(errno)); in load_keys() [all …]
|
D | wear_touch.cpp | 108 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()
|
D | recovery.cpp | 180 LOGE("Can't mount %s\n", path); in fopen_path() 195 if (ferror(fp)) LOGE("Error in %s\n(%s)\n", name, strerror(errno)); in check_and_fclose() 207 LOGE("pipe failed: %s\n", strerror(errno)); in redirect_stdio() 219 LOGE("fork failed: %s\n", strerror(errno)); in redirect_stdio() 238 LOGE("fopen \"%s\" failed: %s\n", filename, strerror(errno)); in redirect_stdio() 245 LOGE("fdopen failed: %s\n", strerror(errno)); in redirect_stdio() 265 LOGE("getline failed: %s\n", strerror(errno)); in redirect_stdio() 280 LOGE("dup2 stdout failed: %s\n", strerror(errno)); in redirect_stdio() 283 LOGE("dup2 stderr failed: %s\n", strerror(errno)); in redirect_stdio() 322 LOGE("Bad boot message\n\"%.20s\"\n", boot.recovery); in get_args() [all …]
|
D | common.h | 24 #define LOGE(...) ui_print("E:" __VA_ARGS__) macro
|
D | screen_ui.cpp | 408 LOGE("couldn't load bitmap %s (error %d)\n", filename, result); in LoadBitmap() 415 LOGE("couldn't load bitmap %s (error %d)\n", filename, result); in LoadLocalizedBitmap()
|
/bootable/recovery/minzip/ |
D | SysUtil.c | 28 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 …]
|
D | Zip.c | 536 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 …]
|
D | Log.h | 117 #ifndef LOGE 118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
|
D | Hash.c | 223 LOGE("Dalvik hash resize failure\n"); in mzHashTableLookup()
|