Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h305 virtual void PrintV(const char*, bool, va_list);
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1029 void ScreenRecoveryUI::PrintV(const char* fmt, bool copy_to_stdout, va_list ap) { in PrintV() function in ScreenRecoveryUI
1055 PrintV(fmt, true, ap); in Print()
1062 PrintV(fmt, false, ap); in PrintOnScreenOnly()