OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintOnScreenOnly
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/
stub_ui.h
53
void
PrintOnScreenOnly
(const char* /* fmt */, ...) override {}
ui.h
86
// Print() will also dump the message to stdout / log file, while
PrintOnScreenOnly
() not.
88
virtual void
PrintOnScreenOnly
(const char* fmt, ...) __printflike(2, 3) = 0;
screen_ui.h
68
void
PrintOnScreenOnly
(const char* fmt, ...) override __printflike(2, 3);
screen_ui.cpp
764
void ScreenRecoveryUI::
PrintOnScreenOnly
(const char *fmt, ...) {
802
PrintOnScreenOnly
("--(%d%% of %d bytes)--",
install.cpp
452
ui->
PrintOnScreenOnly
("%s\n", args.c_str());
Completed in 184 milliseconds