Lines Matching refs:INFO
102 LOG(INFO) << last_command_file << " doesn't exist."; in ParseLastCommandFile()
191 LOG(INFO) << "Wrote updated marker to " << marker; in SetUpdatedMarker()
554 LOG(INFO) << "unexpected contents of source blocks in cmd:\n" << params.cmdline; in PrintHashForCorruptedSourceBlocks()
604 LOG(INFO) << "printing hash in hex for " << src.blocks() << " source blocks"; in PrintHashForCorruptedSourceBlocks()
613 LOG(INFO) << " block number: " << block_num << ", SHA-1: " << hexdigest; in PrintHashForCorruptedSourceBlocks()
622 LOG(INFO) << "printing hash in hex for stash_id: " << id; in PrintHashForCorruptedStashedBlocks()
631 LOG(INFO) << " block number: " << block_num << ", SHA-1: " << hexdigest; in PrintHashForCorruptedStashedBlocks()
643 LOG(INFO) << "print hash in hex for source blocks in missing stash: " << id; in PrintHashForMissingStashedBlocks()
713 LOG(INFO) << "deleting " << fn; in DeleteFile()
723 LOG(INFO) << "deleting stash " << base; in DeleteStash()
770 LOG(INFO) << " loading " << fn; in LoadStash()
831 LOG(INFO) << " skipping " << blocks << " existing blocks in " << cn; in WriteStash()
839 LOG(INFO) << " writing " << blocks << " blocks to " << cn; in WriteStash()
894 LOG(INFO) << "creating stash " << dirname; in CreateStash()
918 LOG(INFO) << "using existing stash " << dirname; in CreateStash()
1136 LOG(INFO) << "stashing " << *src_blocks << " overlapping blocks to " << srchash; in LoadSrcTgtVersion3()
1193 LOG(INFO) << " moving " << blocks << " blocks"; in PerformCommandMove()
1199 LOG(INFO) << "skipping " << blocks << " already moved blocks"; in PerformCommandMove()
1250 LOG(INFO) << "stashing " << blocks << " blocks to " << id; in PerformCommandStash()
1284 LOG(INFO) << " zeroing " << tgt.blocks() << " blocks"; in PerformCommandZero()
1330 LOG(INFO) << " writing " << tgt.blocks() << " blocks of new data"; in PerformCommandNew()
1393 LOG(INFO) << "patching " << blocks << " blocks to " << tgt.blocks(); in PerformCommandDiff()
1426 LOG(INFO) << "skipping " << blocks << " blocks already patched to " << tgt.blocks() << " [" in PerformCommandDiff()
1466 LOG(INFO) << " erasing " << tgt.blocks() << " blocks"; in PerformCommandErase()
1481 LOG(INFO) << "Aborting as instructed"; in PerformCommandAbort()
1633 LOG(INFO) << "performing " << (dryrun ? "verification" : "update"); in PerformBlockImageUpdate()
1636 LOG(INFO) << "This update is a retry."; in PerformBlockImageUpdate()
1725 LOG(INFO) << "Skipping already updated partition " << block_device_path << " based on marker"; in PerformBlockImageUpdate()
1751 LOG(INFO) << "blockimg version is " << params.version; in PerformBlockImageUpdate()
1765 LOG(INFO) << "maximum stash entries " << lines[2]; in PerformBlockImageUpdate()
1856 LOG(INFO) << "Skipping already executed command: " << cmdindex in PerformBlockImageUpdate()
1919 LOG(INFO) << "wrote " << params.written << " blocks; expected " << total_blocks; in PerformBlockImageUpdate()
1920 LOG(INFO) << "stashed " << params.stashed << " blocks"; in PerformBlockImageUpdate()
1921 LOG(INFO) << "max alloc needed was " << params.buffer.size(); in PerformBlockImageUpdate()
1949 LOG(INFO) << "verified partition contents; update may be resumed"; in PerformBlockImageUpdate()
2245 LOG(INFO) << block_device_path << " image corrupted, attempting to recover..."; in BlockImageRecoverFn()
2293 LOG(INFO) << "..." << block_device_path << " image recovered successfully."; in BlockImageRecoverFn()