Searched refs:SHUT_WR (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DPlainSocketImpl.java371 Libcore.os.shutdown(fd, SHUT_WR);
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java395 public static final int SHUT_WR = placeholder(); field in class:OsConstants
/libcore/luni/src/main/native/
H A Dandroid_system_OsConstants.cpp442 initConstant(env, c, "SHUT_WR", SHUT_WR);

Completed in 60 milliseconds