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

/system/core/adb/
H A Dsysdeps.h136 extern int adb_read(int fd, void* buf, int len);
372 static __inline__ int adb_read(int fd, void* buf, size_t len) function
428 #define unix_read adb_read
H A Dsysdeps_win32.cpp274 D( "adb_read: could not read %d bytes from %s\n", len, f->name );
428 int adb_read(int fd, void* buf, int len) function

Completed in 168 milliseconds