Home
last modified time | relevance | path

Searched refs:adb_fputs (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dsysdeps.h213 extern int adb_fputs(const char* buf, FILE* stream);
246 #define fputs adb_fputs
Dsysdeps_win32.cpp2522 int adb_fputs(const char* buf, FILE* stream) { in adb_fputs() function