Searched refs:F_SETFL (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | IOUtil.c | 76 return (flags == newflags) ? 0 : fcntl(fd, F_SETFL, newflags); in configureBlocking()
|
D | Inet4AddressImpl.c | 60 fcntl(fd, F_SETFL, flags); \
|
D | Inet6AddressImpl.c | 139 fcntl(fd, F_SETFL, flags); \
|
D | PlainSocketImpl.c | 83 fcntl(fd, F_SETFL, flags); \ 89 fcntl(fd, F_SETFL, flags); \
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoUtils.java | 97 Libcore.os.fcntlInt(fd, F_SETFL, flags); in setBlocking()
|
/libcore/luni/src/main/native/ |
D | NetworkUtilities.cpp | 194 int rc = fcntl(fd, F_SETFL, flags); in setBlocking()
|
D | android_system_OsConstants.cpp | 233 initConstant(env, c, "F_SETFL", F_SETFL); in OsConstants_initConstants()
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 259 public static final int F_SETFL = placeholder(); field in OsConstants
|