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.h302 virtual void PrintV(const char*, bool, va_list);
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1015 void ScreenRecoveryUI::PrintV(const char* fmt, bool copy_to_stdout, va_list ap) { in PrintV() function in ScreenRecoveryUI
1041 PrintV(fmt, true, ap); in Print()
1048 PrintV(fmt, false, ap); in PrintOnScreenOnly()