Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h228 extern int adb_printf(const char* format, ...) __attribute__((__format__(__printf__, 1, 2)));
261 #define printf adb_printf
Dsysdeps_win32.cpp2612 int adb_printf(const char *format, ...) { in adb_printf() function
2651 return adb_printf("%s\n", buf); in adb_puts()