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

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

Completed in 233 milliseconds