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

/system/core/adb/
H A Dsysdeps_win32.cpp2587 int adb_printf(const char *format, ...) { function
2623 // adb_printf returns -1 on error, which is conveniently the same as EOF
2626 return adb_printf("%s\n", buf);

Completed in 11 milliseconds