Home
last modified time | relevance | path

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

/bootable/recovery/
Dadb_install.cpp42 ui->Print("failed to open driver control: %s\n", strerror(errno)); in set_usb_driver()
46 ui->Print("failed to set driver control: %s\n", strerror(errno)); in set_usb_driver()
49 ui->Print("failed to close driver control: %s\n", strerror(errno)); in set_usb_driver()
63 ui->Print("Restarting adbd...\n"); in maybe_restart_adbd()
82 ui->Print("\n\nNow send the package you want to apply\n" in apply_from_adb()
110 ui->Print("\nTimed out waiting for package.\n\n"); in apply_from_adb()
134 ui->Print("\nYou need adb 1.0.32 or newer to sideload\nto this device.\n\n"); in apply_from_adb()
136 ui->Print("\n(adbd status %d)\n", WEXITSTATUS(status)); in apply_from_adb()
Dinstall.cpp167 ui->Print("%s", str); in try_update_binary()
169 ui->Print("\n"); in try_update_binary()
201 ui->Print("Finding update package...\n"); in really_install_package()
208 ui->Print("Opening update package...\n"); in really_install_package()
232 ui->Print("Verifying update package...\n"); in really_install_package()
256 ui->Print("Installing update...\n"); in really_install_package()
260 ui->Print("\n"); in really_install_package()
Drecovery.cpp473 ui->Print("Formatting %s...\n", volume); in erase_volume()
674 ui->Print("\n-- Wiping data...\n"); in wipe_data()
680 ui->Print("Data wipe %s.\n", success ? "complete" : "failed"); in wipe_data()
692 ui->Print("\n-- Wiping cache...\n"); in wipe_cache()
694 ui->Print("Cache wipe %s.\n", success ? "complete" : "failed"); in wipe_cache()
754 ui->Print("\n-- Couldn't mount %s.\n", SDCARD_ROOT); in apply_from_sdcard()
760 ui->Print("\n-- No package file selected.\n"); in apply_from_sdcard()
764 ui->Print("\n-- Install %s ...\n", path); in apply_from_sdcard()
841 ui->Print("Installation aborted.\n"); in prompt_and_wait()
846 ui->Print("\nInstall from %s complete.\n", adb ? "ADB" : "SD card"); in prompt_and_wait()
[all …]
Dui.h66 virtual void Print(const char* fmt, ...) __printflike(2, 3) = 0;
Dscreen_ui.h51 void Print(const char* fmt, ...) __printflike(2, 3);
Dverifier_test.cpp138 void Print(const char* fmt, ...) { in Print() function in FakeUI
Dscreen_ui.cpp509 void ScreenRecoveryUI::Print(const char *fmt, ...) { in Print() function in ScreenRecoveryUI
569 Print("--(%d%% of %d bytes)--", in ShowFile()
611 Print(" Unable to open %s: %s\n", filename, strerror(errno)); in ShowFile()