Home
last modified time | relevance | path

Searched refs:PutChar (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h306 void PutChar(char);
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1066 void ScreenRecoveryUI::PutChar(char ch) { in PutChar() function in ScreenRecoveryUI
1124 while (text_row_ < text_rows_ - 1) PutChar('\n'); in ShowFile()
1127 PutChar(ch); in ShowFile()