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 112 EXPECT_EQ(0, unix_close(fd));
120 EXPECT_EQ(0, unix_close(nul_fd));
131 EXPECT_EQ(0, unix_close(temp_file_ro_fd));
adb_trace.cpp 76 unix_close(fd);
remount_service.cpp 85 unix_close(fd);
usb_linux.cpp 56 if (fd != -1) unix_close(fd);
163 unix_close(fd);
171 unix_close(fd);
184 unix_close(fd);
291 unix_close(fd);
adb_utils.cpp 63 unix_close(fd);
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
adb.cpp 545 unix_close(fd);
553 unix_close(fd);
    [all...]
  /system/core/adb/client/
main.cpp 76 unix_close(fd);
159 unix_close(ack_reply_fd);
  /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

Completed in 601 milliseconds