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 120 extern int adb_close(int fd);
368 static __inline__ int adb_close(int fd) function
434 #define unix_close adb_close
sysdeps_win32.c 453 int adb_close(int fd) function
461 D( "adb_close: %s\n", f->name);
    [all...]

Completed in 78 milliseconds