Home
last modified time | relevance | path

Searched refs:LOGI (Results 1 – 9 of 9) sorted by relevance

/bootable/recovery/
Dverifier.cpp146 LOGI("comment is %zu bytes; signature %zu bytes from end\n", in verify_file()
237 LOGI("signature (offset: 0x%zx, length: %zu): %s\n", in verify_file()
273 LOGI("failed to verify against RSA key %zu\n", i); in verify_file()
277 LOGI("whole-file signature verified against RSA key %zu\n", i); in verify_file()
284 LOGI("failed to verify against EC key %zu\n", i); in verify_file()
288 LOGI("whole-file signature verified against EC key %zu\n", i); in verify_file()
292 LOGI("Unknown key type %d\n", key.key_type); in verify_file()
298 LOGI("SHA-1 digest: %s\n", print_hex(sha1, SHA_DIGEST_LENGTH).c_str()); in verify_file()
301 LOGI("SHA-256 digest: %s\n", print_hex(sha256, SHA256_DIGEST_LENGTH).c_str()); in verify_file()
531 LOGI("read key e=%d hash=%d\n", exponent, cert.hash_len); in load_keys()
Dcommon.h26 #define LOGI(...) fprintf(stdout, "I:" __VA_ARGS__) macro
Dinstall.cpp284 LOGI("Update location: %s\n", path); in really_install_package()
309 LOGI("%zu key(s) loaded from %s\n", loadedKeys.size(), PUBLIC_KEYS_FILE); in really_install_package()
Drecovery.cpp302 LOGI("Boot command: %.*s\n", (int)sizeof(boot.command), boot.command); in get_args()
306 LOGI("Boot status: %.*s\n", (int)sizeof(boot.status), boot.status); in get_args()
320 LOGI("Got arguments from boot message\n"); in get_args()
347 LOGI("Got arguments from %s\n", COMMAND_FILE); in get_args()
518 LOGI("Saving locale \"%s\"\n", locale); in finish_recovery()
677 LOGI("timed out waiting for key input; rebooting.\n"); in get_menu_selection()
Dbootloader.cpp142 LOGI("Set boot command \"%s\"\n", in->command[0] != 255 ? in->command : ""); in set_bootloader_message_mtd()
Droots.cpp226 LOGI("wiping %s\n", v->key_loc); in format_volume()
/bootable/recovery/minzip/
DLog.h89 #ifndef LOGI
90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) macro
DSysUtil.c154 LOGI("mmapped %d ranges\n", range_count); in sysMapBlockFile()
DZip.c93 LOGI(" %p '%.*s'\n", pEntry->fileName,pEntry->fileNameLen,pEntry->fileName);
94 LOGI(" off=%ld comp=%ld uncomp=%ld how=%d\n", pEntry->offset,