Home
last modified time | relevance | path

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

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