Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h311 extern int adb_printf(const char *format, ...)
346 #define printf adb_printf
Dsysdeps_win32.cpp2484 int adb_printf(const char *format, ...) { in adb_printf() function
2523 return adb_printf("%s\n", buf); in adb_puts()