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 132 extern int adb_lseek(int fd, int pos, int where);
483 static __inline__ int adb_lseek(int fd, int pos, int where)
adb.cpp 656 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 57 milliseconds