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

/system/core/adb/
H A Dsysdeps.h223 // See the comments for the !defined(_WIN32) version of unix_close().
224 static __inline__ int unix_close(int fd) function
494 // unix_write(), unix_close(), but not adb_read(), adb_write(), adb_close().
499 // by unix_read(), unix_write(), unix_close()). Also, the C Runtime has
528 // adb_write(), adb_close(), but not unix_read(), unix_write(), unix_close().
677 // On Unix, unix_read(), unix_write(), unix_close() map to adb_read(),
684 #define unix_close adb_close

Completed in 27 milliseconds