Home
last modified time | relevance | path

Searched refs:adb_lseek (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dsysdeps.h197 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
Dcommandline.cpp917 if (adb_lseek(package_fd, offset, SEEK_SET) != static_cast<int>(offset)) { in adb_sideload_host()
Dsysdeps_win32.cpp452 int adb_lseek(int fd, int pos, int where) in adb_lseek() function