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

  /system/core/adb/
sysdeps_win32_test.cpp 82 EXPECT_EQ(0, unix_close(fd));
90 EXPECT_EQ(0, unix_close(nul_fd));
101 EXPECT_EQ(0, unix_close(temp_file_ro_fd));
adb_trace.cpp 80 unix_close(fd);
remount_service.cpp 81 unix_close(fd);
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
adb_utils.cpp 66 unix_close(fd);
adb.cpp 575 unix_close(fd);
583 unix_close(fd);
    [all...]
  /system/core/adb/client/
main.cpp 53 unix_close(fd);
182 unix_close(ack_reply_fd);
usb_linux.cpp 60 if (fd != -1) unix_close(fd);
169 unix_close(fd);
177 unix_close(fd);
190 unix_close(fd);
297 unix_close(fd);
  /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 137 milliseconds