Home
last modified time | relevance | path

Searched refs:Print (Results 1 – 11 of 11) sorted by relevance

/bootable/recovery/install/
Dwipe_data.cpp49 ui->Print("Formatting %s...\n", volume); in EraseVolume()
66 ui->Print("No /cache partition found.\n"); in WipeCache()
74 ui->Print("\n-- Wiping cache...\n"); in WipeCache()
79 ui->Print("Cache wipe %s.\n", success ? "complete" : "failed"); in WipeCache()
85 ui->Print("\n-- Wiping data %.*s...\n", static_cast<int>(data_fstype.size()), data_fstype.data()); in WipeData()
90 ui->Print("Unable to check update status or complete merge, cannot wipe partitions.\n"); in WipeData()
106 ui->Print("NOT resetting memtag message as per request...\n"); in WipeData()
108 ui->Print("Resetting memtag message...\n"); in WipeData()
111 ui->Print("Failed to reset memtag message: %s\n", err.c_str()); in WipeData()
118 ui->Print("Data wipe %s.\n", success ? "complete" : "failed"); in WipeData()
Dsnapshot_utils.cpp37 ui->Print("Could not create SnapshotManager.\n"); in FinishPendingSnapshotMerges()
44 ui->Print("Waiting for merge to complete: %.2f\n", progress); in FinishPendingSnapshotMerges()
47 ui->Print("Unable to check merge status and/or complete update merge.\n"); in FinishPendingSnapshotMerges()
Dinstall.cpp622 ui->Print("Installing update...\n"); in VerifyAndInstallPackage()
624 ui->Print("Retry attempt: %d\n", retry_count); in VerifyAndInstallPackage()
630 ui->Print("\n"); in VerifyAndInstallPackage()
646 ui->Print("Supported API: %d\n", kRecoveryApiVersion); in InstallPackage()
648 ui->Print("Finding update package...\n"); in InstallPackage()
734 ui->Print("Verifying update package...\n"); in verify_package()
738 ui->Print("Update package verification took %.1f s (result %d).\n", duration.count(), err); in verify_package()
Dadb_install.cpp110 ui->Print("\nTimed out waiting for fuse to be ready.\n\n"); in AdbInstallPackageHandler()
367 ui->Print( in ApplyFromAdb()
377 ui->Print("\n\nWaiting for rescue commands...\n"); in ApplyFromAdb()
Dfuse_install.cpp227 ui->Print("\n-- Install %s ...\n", path.c_str()); in ApplyFromSdcard()
/bootable/recovery/
Drecovery_main.cpp81 ui->Print("ERROR: %10s: %s\n", tag, message); in UiLogger()
464 ui->Print("Warning: No file_contexts\n"); in main()
502 ui->Print("Shutting down...\n"); in main()
507 ui->Print("Shutting down...\n"); in main()
512 ui->Print("Rebooting to bootloader...\n"); in main()
517 ui->Print("Rebooting to recovery/fastboot...\n"); in main()
522 ui->Print("Rebooting to recovery...\n"); in main()
537 ui->Print("Rebooting to recovery/rescue...\n"); in main()
544 ui->Print("Partitions may be mounted - rebooting to enter fastboot."); in main()
559 ui->Print("Rebooting...\n"); in main()
[all …]
Drecovery.cpp479 ui->Print("\nInstall from %s completed with status %d.\n", adb ? "ADB" : "SD card", status); in PromptAndWait()
491 ui->Print("Installation aborted.\n"); in PromptAndWait()
514 ui->Print("Virtual A/B: snapshot partitions creation failed.\n"); in PromptAndWait()
518 ui->Print("Mounted /system.\n"); in PromptAndWait()
740 ui->Print("battery capacity is not enough for installing package: %d%% needed\n", in start_recovery()
747 ui->Print("bootreason is in the blocklist; skip OTA installation\n"); in start_recovery()
779 ui->Print("Installation aborted.\n"); in start_recovery()
789 ui->Print("Retry attempt %d\n", retry_count); in start_recovery()
837 ui->Print("\nInstall from ADB complete (status: %d).\n", status); in start_recovery()
840 ui->Print("Rebooting automatically.\n"); in start_recovery()
[all …]
/bootable/recovery/recovery_ui/include/recovery_ui/
Dstub_ui.h54 void Print(const char* fmt, ...) override { in Print() function
Dui.h100 virtual void Print(const char* fmt, ...) __printflike(2, 3) = 0;
Dscreen_ui.h220 void Print(const char* fmt, ...) override __printflike(2, 3);
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp540 Print("Failed to load %s\n", name.c_str()); in SelectAndShowBackgroundText()
584 Print("Failed to load locales from the resource files\n"); in CheckBackgroundTextImages()
1083 void ScreenRecoveryUI::Print(const char* fmt, ...) { in Print() function in ScreenRecoveryUI
1169 Print(" Unable to open %s: %s\n", filename.c_str(), strerror(errno)); in ShowFile()