OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ui_print
(Results
1 - 9
of
9
) sorted by null
/bootable/recovery/
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");
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__)
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
...]
verifier_test.c
61
void
ui_print
(const char* fmt, ...) {
function
recovery_ui.h
56
// this is called; implementations can call
ui_print
() to print
ui.c
503
void
ui_print
(const char *fmt, ...)
function
/bootable/recovery/updater/
updater.c
122
fprintf(cmd_pipe, "
ui_print
script aborted (no error message)\n");
127
fprintf(cmd_pipe, "
ui_print
%s\n", line);
130
fprintf(cmd_pipe, "
ui_print
\n");
install.c
461
fprintf(ui->cmd_pipe, "
ui_print
Random offset: 0x%x\n", random_base);
462
fprintf(ui->cmd_pipe, "
ui_print
\n");
1019
"
ui_print
%s\n", line);
1022
fprintf(((UpdaterInfo*)(state->cookie))->cmd_pipe, "
ui_print
\n");
[
all
...]
/build/tools/releasetools/
edify_generator.py
158
self.script.append('
ui_print
("%s");' % (message,))
Completed in 204 milliseconds