Searched refs:LOGI (Results 1 – 14 of 14) sorted by relevance
/bootable/diskinstaller/ |
D | installer.c | 105 LOGI("Executing: %s", outbuf); in exec_cmd() 109 LOGI("Error while trying to execute '%s'", cmd); in exec_cmd() 113 LOGI("Done executing %s (%d)", outbuf, rv); in exec_cmd() 125 LOGI("Running e2fsck... (force=%d) This MAY take a while.", force); in do_fsck() 133 LOGI("e2fsck succeeded (exit code: %d)", rv); in do_fsck() 414 LOGI("Waiting for device: %s", inst_data_dev); in main() 417 LOGI("Device %s ready", inst_data_dev); in main() 475 LOGI("Done processing installer config. Configured %d images", cnt); in main()
|
/bootable/diskinstaller/libdiskconfig/ |
D | diskutils.c | 43 LOGI("Writing RAW image '%s' to '%s' (offset=%llu)", src, dst, offset); in write_raw_image() 104 LOGI("Wrote %llu bytes to %s @ %lld", total, dst, offset); in write_raw_image()
|
D | write_lst.c | 85 LOGI("Would write %d bytes @ offset %lld.", lst->len, lst->offset); in wlist_commit()
|
D | config_mbr.c | 50 LOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u", in cfg_pentry()
|
D | diskconfig.c | 320 LOGI("Requesting operation on a regular file, not block device."); in validate()
|
/bootable/recovery/ |
D | install.c | 63 LOGI("type is %s; size is %d; file is %s\n", in handle_firmware_update() 68 LOGI("Can't allocate %d bytes for firmware data\n", data_size); in handle_firmware_update() 339 LOGI("Update location: %s\n", root_path); in install_package() 353 LOGI("Update file path: %s\n", path); in install_package() 361 LOGI("%d key(s) loaded from %s\n", numKeys, PUBLIC_KEYS_FILE); in install_package()
|
D | common.h | 83 #define LOGI(...) fprintf(stderr, "I:" __VA_ARGS__) macro
|
D | recovery.c | 155 LOGI("Boot command: %.*s\n", sizeof(boot.command), boot.command); in get_args() 159 LOGI("Boot status: %.*s\n", sizeof(boot.status), boot.status); in get_args() 173 LOGI("Got arguments from boot message\n"); in get_args() 194 LOGI("Got arguments from %s\n", COMMAND_FILE); in get_args()
|
D | verifier.c | 149 LOGI("Verified %.*s\n", rsaName.len, rsaName.str); in verifySignature() 210 LOGI("Verified %s\n", mfName); in verifyManifest() 325 LOGI("Verified %s\n", name); in verifyArchive()
|
D | bootloader.c | 119 LOGI("Set boot command \"%s\"\n", in->command[0] != 255 ? in->command : ""); in set_bootloader_message()
|
/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 | Hash.c | 387 LOGI("Probe: min=%d max=%d, total=%d in %d (%d), avg=%.3f\n", in mzHashTableProbeCount()
|
/bootable/recovery/mtdutils/ |
D | flash_image.c | 86 LOGI("header is the same, not flashing %s\n", argv[1]); in main() 93 LOGI("flashing %s from %s\n", argv[1], argv[2]); in main()
|