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/
verifier_test.c
61
void
ui_print
(const char* fmt, ...) {
function
common.h
36
void
ui_print
(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
39
// at the top of the screen (in place of any scrolling
ui_print
()
45
// End menu mode, resetting the text overlay so that
ui_print
()
76
#define LOGE(...)
ui_print
("E:" __VA_ARGS__)
install.c
99
//
ui_print
<string>
141
} else if (strcmp(command, "
ui_print
") == 0) {
144
ui_print
("%s", str);
146
ui_print
("\n");
242
ui_print
("Finding update package...\n");
251
ui_print
("Opening update package...\n");
262
ui_print
("Verifying update package...\n");
287
ui_print
("Installing update...\n");
recovery.c
290
ui_print
("Formatting %s...\n", volume);
571
ui_print
("\n-- Install %s ...\n", path);
630
ui_print
("\n-- Wiping data...\n");
634
ui_print
("Data wipe complete.\n");
663
ui_print
("\n-- Wiping cache...\n");
665
ui_print
("Cache wipe complete.\n");
674
ui_print
("Installation aborted.\n");
678
ui_print
("\nInstall from sdcard complete.\n");
688
ui_print
("Installation aborted.\n");
692
ui_print
("\nInstall from cache complete.\n")
[
all
...]
ui.c
503
void
ui_print
(const char *fmt, ...)
function
Completed in 844 milliseconds