Searched refs:LOGI (Results 1 – 10 of 10) sorted by relevance
/bootable/recovery/ |
D | verifier.cpp | 144 LOGI("comment is %zu bytes; signature %zu bytes from end\n", in verify_file() 256 LOGI("signature is too short for RSA key %zu\n", i); in verify_file() 262 LOGI("failed to verify against RSA key %zu\n", i); in verify_file() 266 LOGI("whole-file signature verified against RSA key %zu\n", i); in verify_file() 273 LOGI("Not a DSA signature block for EC key %zu\n", i); in verify_file() 281 LOGI("failed to verify against EC key %zu\n", i); in verify_file() 285 LOGI("whole-file signature verified against EC key %zu\n", i); in verify_file() 289 LOGI("Unknown key type %d\n", pKeys[i].key_type); in verify_file() 406 LOGI("read key e=%d hash=%d\n", key->exponent, cert->hash_len); in load_keys()
|
D | install.cpp | 205 LOGI("Update location: %s\n", path); in really_install_package() 230 LOGI("%d key(s) loaded from %s\n", numKeys, PUBLIC_KEYS_FILE); in really_install_package() 237 LOGI("verify_file returned %d\n", err); in really_install_package()
|
D | common.h | 30 #define LOGI(...) fprintf(stdout, "I:" __VA_ARGS__) macro
|
D | recovery.cpp | 200 LOGI("Boot command: %.*s\n", (int)sizeof(boot.command), boot.command); in get_args() 204 LOGI("Boot status: %.*s\n", (int)sizeof(boot.status), boot.status); in get_args() 218 LOGI("Got arguments from boot message\n"); in get_args() 245 LOGI("Got arguments from %s\n", COMMAND_FILE); in get_args() 388 LOGI("Saving locale \"%s\"\n", locale); in finish_recovery() 523 LOGI("timed out waiting for key input; rebooting.\n"); in get_menu_selection()
|
D | bootloader.cpp | 137 LOGI("Set boot command \"%s\"\n", in->command[0] != 255 ? in->command : ""); in set_bootloader_message_mtd()
|
D | roots.cpp | 218 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 | 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, 201 LOGI("Found Zip archive, but it looks empty\n"); in parseZipArchive() 220 LOGI("Could not find end-of-central-directory in Zip\n"); in parseZipArchive()
|
D | SysUtil.c | 158 LOGI("mmapped %d ranges\n", range_count); in sysMapBlockFile()
|
D | Hash.c | 376 LOGI("Probe: min=%d max=%d, total=%d in %d (%d), avg=%.3f\n", in mzHashTableProbeCount()
|