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

/system/core/adb/
H A Dsysdeps.h115 extern int adb_write(int fd, const void* buf, int len);
362 static __inline__ int adb_write(int fd, const void* buf, size_t len) function
411 #define unix_write adb_write
H A Dsysdeps_win32.c414 int adb_write(int fd, const void* buf, int len) function

Completed in 36 milliseconds