Home | History | Annotate | Download | only in adb

Lines Matching refs:adb_fprintf

2122 // So the only solution is to write our own adb_fprintf() that converts UTF-8
2445 int adb_fprintf(FILE *stream, const char *format, ...) {
2468 // adb_fprintf returns -1 on error, which is conveniently the same as EOF
2471 return adb_fprintf(stream, "%s", buf);
2477 const int result = adb_fprintf(stream, "%c", ch);