Searched refs:adb_lseek (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/ |
D | sysdeps.h | 117 extern int adb_lseek(int fd, int pos, int where); 388 static __inline__ int adb_lseek(int fd, int pos, int where) in adb_lseek() function
|
D | file_sync_client.c | 328 size = adb_lseek(lfd, 0, SEEK_END); in sync_send() 329 if (size == -1 || -1 == adb_lseek(lfd, 0, SEEK_SET)) { in sync_send()
|
D | sysdeps_win32.c | 426 int adb_lseek(int fd, int pos, int where) in adb_lseek() function
|