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

/system/core/adb/
H A Dsysdeps.h117 extern int adb_write(int fd, const void* buf, int len);
384 static __inline__ int adb_write(int fd, const void* buf, size_t len) function
433 #define unix_write adb_write
H A Dsysdeps_win32.c415 int adb_write(int fd, const void* buf, int len) function

Completed in 195 milliseconds