Searched refs:adb_lseek (Results 1 – 3 of 3) sorted by relevance
197 extern int adb_lseek(int fd, int pos, int where);554 static __inline__ int adb_lseek(int fd, int pos, int where) in adb_lseek() function
917 if (adb_lseek(package_fd, offset, SEEK_SET) != static_cast<int>(offset)) { in adb_sideload_host()
452 int adb_lseek(int fd, int pos, int where) in adb_lseek() function