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

  /external/e2fsprogs/lib/ext2fs/
unix_io.c 100 static errcode_t unix_close(io_channel channel);
126 unix_close,
640 static errcode_t unix_close(io_channel channel) function
  /system/core/adb/
sysdeps.h 223 // 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 325 milliseconds