Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dsysdeps.h260 extern int adb_printf(const char* format, ...) __attribute__((__format__(__printf__, 1, 2)));
293 #define printf adb_printf
H A Dsysdeps_win32.cpp2777 int adb_printf(const char *format, ...) { in adb_printf() function
2816 return adb_printf("%s\n", buf); in adb_puts()