HomeSort by relevance Sort by last modified time
    Searched refs:adb_fputc (Results 1 - 2 of 2) sorted by null

  /system/core/adb/
sysdeps.h 230 extern int adb_fputc(int ch, FILE* stream);
263 #define fputc adb_fputc
266 #define putc(c, s) adb_fputc(c, s)
sysdeps_win32.cpp 2476 int adb_fputc(int ch, FILE* stream) { function
    [all...]

Completed in 51 milliseconds