Searched refs:LOGI (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/ |
D | verifier.cpp | 146 LOGI("comment is %zu bytes; signature %zu bytes from end\n", in verify_file() 243 LOGI("signature (offset: 0x%zx, length: %zu): %s\n", in verify_file() 279 LOGI("failed to verify against RSA key %zu\n", i); in verify_file() 283 LOGI("whole-file signature verified against RSA key %zu\n", i); in verify_file() 290 LOGI("failed to verify against EC key %zu\n", i); in verify_file() 294 LOGI("whole-file signature verified against EC key %zu\n", i); in verify_file() 298 LOGI("Unknown key type %d\n", key.key_type); in verify_file() 304 LOGI("SHA-1 digest: %s\n", print_hex(sha1, SHA_DIGEST_LENGTH).c_str()); in verify_file() 307 LOGI("SHA-256 digest: %s\n", print_hex(sha256, SHA256_DIGEST_LENGTH).c_str()); in verify_file() 537 LOGI("read key e=%d hash=%d\n", exponent, cert.hash_len); in load_keys()
|
D | common.h | 26 #define LOGI(...) fprintf(stdout, "I:" __VA_ARGS__) macro
|
D | install.cpp | 465 LOGI("Update location: %s\n", path); in really_install_package() 564 LOGI("%s\n", log_content.c_str()); in install_package() 575 LOGI("%zu key(s) loaded from %s\n", loadedKeys.size(), PUBLIC_KEYS_FILE); in verify_package()
|
D | recovery.cpp | 322 LOGI("Boot command: %.*s\n", (int)sizeof(boot.command), boot.command); in get_args() 326 LOGI("Boot status: %.*s\n", (int)sizeof(boot.status), boot.status); in get_args() 340 LOGI("Got arguments from boot message\n"); in get_args() 367 LOGI("Got arguments from %s\n", COMMAND_FILE); in get_args() 542 LOGI("Saving locale \"%s\"\n", locale); in finish_recovery() 703 LOGI("timed out waiting for key input; rebooting.\n"); in get_menu_selection() 1443 LOGI("%s\n", log_content.c_str()); in log_failure_code()
|
D | roots.cpp | 226 LOGI("wiping %s\n", v->key_loc); in format_volume()
|
/bootable/recovery/minzip/ |
D | Log.h | 89 #ifndef LOGI 90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) macro
|
D | SysUtil.c | 154 LOGI("mmapped %d ranges\n", range_count); in sysMapBlockFile()
|
D | Zip.c | 93 LOGI(" %p '%.*s'\n", pEntry->fileName,pEntry->fileNameLen,pEntry->fileName); 94 LOGI(" off=%ld comp=%ld uncomp=%ld how=%d\n", pEntry->offset,
|