Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dwipe_data.cpp54 ui->Print("Formatting %s...\n", volume); in EraseVolume()
91 ui->Print("No /cache partition found.\n"); in WipeCache()
99 ui->Print("\n-- Wiping cache...\n"); in WipeCache()
101 ui->Print("Cache wipe %s.\n", success ? "complete" : "failed"); in WipeCache()
107 ui->Print("\n-- Wiping data...\n"); in WipeData()
110 ui->Print("Unable to check update status or complete merge, cannot wipe partitions.\n"); in WipeData()
128 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.cpp539 ui->Print("Installing update...\n"); in VerifyAndInstallPackage()
541 ui->Print("Retry attempt: %d\n", retry_count); in VerifyAndInstallPackage()
546 ui->Print("\n"); in VerifyAndInstallPackage()
561 ui->Print("Supported API: %d\n", kRecoveryApiVersion); in InstallPackage()
563 ui->Print("Finding update package...\n"); in InstallPackage()
649 ui->Print("Verifying update package...\n"); in verify_package()
653 ui->Print("Update package verification took %.1f s (result %d).\n", duration.count(), err); in verify_package()
Dadb_install.cpp109 ui->Print("\nTimed out waiting for fuse to be ready.\n\n"); in AdbInstallPackageHandler()
366 ui->Print( in ApplyFromAdb()
376 ui->Print("\n\nWaiting for rescue commands...\n"); in ApplyFromAdb()
Dfuse_install.cpp226 ui->Print("\n-- Install %s ...\n", path.c_str()); in ApplyFromSdcard()
/bootable/recovery/
Drecovery_main.cpp81 ui->Print("E:%s\n", message); in UiLogger()
460 ui->Print("Warning: No file_contexts\n"); in main()
500 ui->Print("Shutting down...\n"); in main()
505 ui->Print("Shutting down...\n"); in main()
510 ui->Print("Rebooting to bootloader...\n"); in main()
515 ui->Print("Rebooting to recovery/fastboot...\n"); in main()
520 ui->Print("Rebooting to recovery...\n"); in main()
535 ui->Print("Rebooting to recovery/rescue...\n"); in main()
542 ui->Print("Partitions may be mounted - rebooting to enter fastboot."); in main()
556 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()
732 ui->Print("battery capacity is not enough for installing package: %d%% needed\n", in start_recovery()
739 ui->Print("bootreason is in the blocklist; skip OTA installation\n"); in start_recovery()
777 ui->Print("Installation aborted.\n"); in start_recovery()
787 ui->Print("Retry attempt %d\n", retry_count); in start_recovery()
836 ui->Print("\nInstall from ADB complete (status: %d).\n", status); in start_recovery()
839 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.cpp534 Print("Failed to load %s\n", name.c_str()); in SelectAndShowBackgroundText()
578 Print("Failed to load locales from the resource files\n"); in CheckBackgroundTextImages()
1073 void ScreenRecoveryUI::Print(const char* fmt, ...) { in Print() function in ScreenRecoveryUI
1159 Print(" Unable to open %s: %s\n", filename.c_str(), strerror(errno)); in ShowFile()