Searched defs:adb_fprintf (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.cpp2150 // So the only solution is to write our own adb_fprintf() that converts UTF-8
2473 int adb_fprintf(FILE *stream, const char *format, ...) { function
2496 // adb_fprintf returns -1 on error, which is conveniently the same as EOF
2499 return adb_fprintf(stream, "%s", buf);
2505 const int result = adb_fprintf(stream, "%c", ch);

Completed in 52 milliseconds