Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/native/
DIOUtil.c76 return (flags == newflags) ? 0 : fcntl(fd, F_SETFL, newflags); in configureBlocking()
DInet4AddressImpl.c60 fcntl(fd, F_SETFL, flags); \
DInet6AddressImpl.c139 fcntl(fd, F_SETFL, flags); \
DPlainSocketImpl.c83 fcntl(fd, F_SETFL, flags); \
89 fcntl(fd, F_SETFL, flags); \
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java97 Libcore.os.fcntlInt(fd, F_SETFL, flags); in setBlocking()
/libcore/luni/src/main/native/
DNetworkUtilities.cpp194 int rc = fcntl(fd, F_SETFL, flags); in setBlocking()
Dandroid_system_OsConstants.cpp233 initConstant(env, c, "F_SETFL", F_SETFL); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java259 public static final int F_SETFL = placeholder(); field in OsConstants