HomeSort by relevance Sort by last modified time
    Searched defs:adb_close (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/minadbd/
sysdeps.h 118 extern int adb_close(int fd);
358 static __inline__ int adb_close(int fd) function
411 #define unix_close adb_close
  /system/core/adb/
sysdeps.h 119 extern int adb_close(int fd);
365 static __inline__ int adb_close(int fd) function
431 #define unix_close adb_close
sysdeps_win32.c 452 int adb_close(int fd) function
460 D( "adb_close: %s\n", f->name);
    [all...]

Completed in 60 milliseconds