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

  /bootable/recovery/minadbd/
sysdeps.h 116 extern int adb_lseek(int fd, int pos, int where);
381 static __inline__ int adb_lseek(int fd, int pos, int where) function
  /system/core/adb/
sysdeps.h 117 extern int adb_lseek(int fd, int pos, int where);
388 static __inline__ int adb_lseek(int fd, int pos, int where) function
file_sync_client.c 328 size = adb_lseek(lfd, 0, SEEK_END);
329 if (size == -1 || -1 == adb_lseek(lfd, 0, SEEK_SET)) {
sysdeps_win32.c 426 int adb_lseek(int fd, int pos, int where) function
    [all...]

Completed in 40 milliseconds