Searched refs:adb_lseek (Results 1 – 3 of 3) sorted by relevance
97 extern int64_t adb_lseek(int fd, int64_t pos, int where);444 static __inline__ int64_t adb_lseek(int fd, int64_t pos, int where) { in adb_lseek() function529 #define unix_lseek adb_lseek
492 int64_t adb_lseek(int fd, int64_t pos, int where) { in adb_lseek() function
933 if (adb_lseek(package_fd, offset, SEEK_SET) != offset) { in adb_sideload_install()