Home
last modified time | relevance | path

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

/bootable/diskinstaller/
Dinstaller.c105 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/
Ddiskutils.c43 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()
Dwrite_lst.c85 LOGI("Would write %d bytes @ offset %lld.", lst->len, lst->offset); in wlist_commit()
Dconfig_mbr.c50 LOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u", in cfg_pentry()
Ddiskconfig.c320 LOGI("Requesting operation on a regular file, not block device."); in validate()
/bootable/recovery/
Dinstall.c63 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()
Dcommon.h83 #define LOGI(...) fprintf(stderr, "I:" __VA_ARGS__) macro
Drecovery.c155 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()
Dverifier.c149 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()
Dbootloader.c119 LOGI("Set boot command \"%s\"\n", in->command[0] != 255 ? in->command : ""); in set_bootloader_message()
/bootable/recovery/minzip/
DLog.h89 #ifndef LOGI
90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) macro
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,
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()
DHash.c387 LOGI("Probe: min=%d max=%d, total=%d in %d (%d), avg=%.3f\n", in mzHashTableProbeCount()
/bootable/recovery/mtdutils/
Dflash_image.c86 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()