HomeSort by relevance Sort by last modified time
    Searched refs:SHUT_RDWR (Results 51 - 70 of 70) sorted by null

1 23

  /system/bluetooth/tools/
sock_shutdown_test.c 241 _shutdown(fd, SHUT_RDWR);
  /system/core/libcutils/
abort_socket.c 262 shutdown(s->fd, SHUT_RDWR);
  /dalvik/vm/jdwp/
JdwpSocket.cpp 218 shutdown(listenSock, SHUT_RDWR);
222 shutdown(clientSock, SHUT_RDWR);
  /external/dnsmasq/src/
dnsmasq.c 1164 shutdown(confd, SHUT_RDWR);
1212 shutdown(confd, SHUT_RDWR);
1221 shutdown(s->tcpfd, SHUT_RDWR);
    [all...]
  /bootable/recovery/minadbd/
sysdeps.h 353 return shutdown(fd, SHUT_RDWR);
  /external/qemu/telephony/
sysdeps_posix.c 126 shutdown( channel->fd, SHUT_RDWR );
  /external/v8/src/
platform-posix.cc 466 int status = shutdown(socket_, SHUT_RDWR);
  /system/core/adb/
sysdeps.h 361 return shutdown(fd, SHUT_RDWR);
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 253 public static final int SHUT_RDWR = placeholder();
  /external/openssh/
sftp.c     [all...]
packet.c 482 shutdown(active_state->connection_out, SHUT_RDWR);
    [all...]
channels.c 401 shutdown(c->sock, SHUT_RDWR);
    [all...]
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 252 shutdown(fd, SHUT_RDWR);
  /external/dropbear/
common-channel.c 369 close_chan_fd(channel, channel->errfd, SHUT_RDWR);
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 300 initConstant(env, c, "SHUT_RDWR", SHUT_RDWR);
  /external/qemu/
sockets.c 1265 shutdown( fd, SHUT_RDWR );
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1251 shutdown( fd, SHUT_RDWR );
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c     [all...]
  /external/blktrace/
blktrace.c 589 shutdown(*fd, SHUT_RDWR);
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 4099 milliseconds

1 23