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
35
void
ui_print
(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
38
// at the top of the screen (in place of any scrolling
ui_print
()
44
// End menu mode, resetting the text overlay so that
ui_print
()
75
#define LOGE(...)
ui_print
("E:" __VA_ARGS__)
install.c
97
//
ui_print
<string>
139
} else if (strcmp(command, "
ui_print
") == 0) {
142
ui_print
("%s", str);
144
ui_print
("\n");
240
ui_print
("Finding update package...\n");
249
ui_print
("Opening update package...\n");
260
ui_print
("Verifying update package...\n");
285
ui_print
("Installing update...\n");
verifier_test.c
61
void
ui_print
(const char* fmt, ...) {
function
recovery.c
309
ui_print
("Formatting %s...\n", volume);
578
ui_print
("\n-- Install %s ...\n", path);
633
ui_print
("\n-- Wiping data...\n");
637
ui_print
("Data wipe complete.\n");
665
ui_print
("\n-- Wiping cache...\n");
667
ui_print
("Cache wipe complete.\n");
677
ui_print
("Installation aborted.\n");
681
ui_print
("\nInstall from sdcard complete.\n");
764
ui_print
("Enabling Encrypted FS.\n");
767
ui_print
("Disabling Encrypted FS.\n")
[
all
...]
ui.c
399
void
ui_print
(const char *fmt, ...)
function
Completed in 609 milliseconds