Lines Matching refs:ui
28 #include "ui.h"
37 static RecoveryUI* ui = NULL;
43 ui->Print("failed to open driver control: %s\n", strerror(errno));
47 ui->Print("failed to set driver control: %s\n", strerror(errno));
50 ui->Print("failed to close driver control: %s\n", strerror(errno));
66 ui->Print("Restarting adbd...\n");
74 ui = ui_;
79 ui->Print("\n\nNow send the package you want to apply\n"
94 ui->Print("status %d\n", WEXITSTATUS(status));
103 ui->Print("No package received.\n");
105 ui->Print("Error reading package:\n %s\n", strerror(errno));