Searched defs:adb_close (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dsysdeps.h117 extern int adb_close(int fd);
338 static __inline__ int adb_close(int fd) function
398 #define unix_close adb_close
H A Dsysdeps_win32.c452 int adb_close(int fd) function
460 D( "adb_close: %s\n", f->name);
1617 adb_close(fde->fd);

Completed in 59 milliseconds