OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui_print
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/
common.h
34
void
ui_print
(const char *fmt, ...);
37
// at the top of the screen (in place of any scrolling
ui_print
()
43
// End menu mode, resetting the text overlay so that
ui_print
()
74
#define LOGE(...)
ui_print
("E:" __VA_ARGS__)
recovery.c
296
ui_print
("Formatting %s...\n", root);
396
ui_print
("\n-- Wiping data...\n");
400
ui_print
("Data wipe complete.\n");
428
ui_print
("\n-- Wiping cache...\n");
430
ui_print
("Cache wipe complete.\n");
435
ui_print
("\n-- Install from sdcard...\n");
440
ui_print
("Installation aborted.\n");
444
ui_print
("\nInstall from sdcard complete.\n");
502
if (status != INSTALL_SUCCESS)
ui_print
("Installation aborted.\n");
507
if (status != INSTALL_SUCCESS)
ui_print
("Data wipe failed.\n")
[
all
...]
verifier_test.c
61
void
ui_print
(const char* fmt, ...) {
function
install.c
94
//
ui_print
<string>
136
} else if (strcmp(command, "
ui_print
") == 0) {
139
ui_print
(str);
141
ui_print
("\n");
163
ui_print
("Installing update...\n");
248
ui_print
("Finding update package...\n");
263
ui_print
("Opening update package...\n");
275
ui_print
("Verifying update package...\n");
ui.c
399
void
ui_print
(const char *fmt, ...)
function
Completed in 104 milliseconds