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

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

Completed in 57 milliseconds