Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h225 extern int adb_vprintf(const char* format, va_list ap) __attribute__((__format__(__printf__, 1, 0))…
259 #define vprintf adb_vprintf
Dsysdeps_win32.cpp2595 int adb_vprintf(const char *format, va_list ap) { in adb_vprintf() function