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

  /system/core/adb/
sysdeps.h 123 // See the comments for the !defined(_WIN32) version of unix_close().
124 static __inline__ int unix_close(int fd) function
371 // unix_write(), unix_close(), but not adb_read(), adb_write(), adb_close().
376 // by unix_read(), unix_write(), unix_close()). Also, the C Runtime has
405 // adb_write(), adb_close(), but not unix_read(), unix_write(), unix_close().
554 // On Unix, unix_read(), unix_write(), unix_close() map to adb_read(),
561 #define unix_close adb_close
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 690 static errcode_t unix_close(io_channel channel) function
1111 .close = unix_close,
1132 .close = unix_close,

Completed in 168 milliseconds