Home | History | Annotate | Download | only in adb

Lines Matching refs:adb_printf

2456 int adb_printf(const char *format, ...) {
2492 // adb_printf returns -1 on error, which is conveniently the same as EOF
2495 return adb_printf("%s\n", buf);