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 244 extern int adb_fputc(int ch, FILE* stream);
277 #define fputc adb_fputc
280 #define putc(c, s) adb_fputc(c, s)
sysdeps_win32.cpp 2479 int adb_fputc(int ch, FILE* stream) { function
    [all...]

Completed in 48 milliseconds