Searched defs:fmt (Results 1 - 4 of 4) sorted by last modified time

/bootable/recovery/minadbd/
H A Dadb.c41 void fatal(const char *fmt, ...) argument
44 va_start(ap, fmt);
46 vfprintf(stderr, fmt, ap);
52 void fatal_errno(const char *fmt, ...) argument
55 va_start(ap, fmt);
57 vfprintf(stderr, fmt, ap);
H A Dfdevent.c47 static void fatal(const char *fn, const char *fmt, ...) argument
50 va_start(ap, fmt);
52 vfprintf(stderr, fmt, ap);
/bootable/recovery/
H A Dscreen_ui.cpp470 void ScreenRecoveryUI::Print(const char *fmt, ...) argument
474 va_start(ap, fmt);
475 vsnprintf(buf, 256, fmt, ap);
H A Dverifier_test.cpp134 void Print(const char* fmt, ...) { argument
136 va_start(ap, fmt);
137 vfprintf(stderr, fmt, ap);

Completed in 1083 milliseconds