Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h97 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() function
529 #define unix_lseek adb_lseek
Dsysdeps_win32.cpp492 int64_t adb_lseek(int fd, int64_t pos, int where) { in adb_lseek() function
/system/core/adb/client/
Dcommandline.cpp933 if (adb_lseek(package_fd, offset, SEEK_SET) != offset) { in adb_sideload_install()