HomeSort by relevance Sort by last modified time
    Searched refs:adb_lseek (Results 1 - 4 of 4) sorted by null

  /system/core/adb/
sysdeps.h 118 extern int adb_lseek(int fd, int pos, int where);
465 static __inline__ int adb_lseek(int fd, int pos, int where)
adb.cpp 647 adb_lseek(fd, -128 * 1024, SEEK_END);
    [all...]
commandline.cpp     [all...]
sysdeps_win32.cpp 452 int adb_lseek(int fd, int pos, int where) function
    [all...]

Completed in 456 milliseconds