Searched refs:F_SETFL (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | LinuxWatchService.c | 112 fcntl(fd, F_SETFL, flags | O_NONBLOCK); in Java_sun_nio_fs_LinuxWatchService_configureBlocking() 114 fcntl(fd, F_SETFL, flags & ~O_NONBLOCK); in Java_sun_nio_fs_LinuxWatchService_configureBlocking()
|
D | IOUtil.c | 79 return (flags == newflags) ? 0 : fcntl(fd, F_SETFL, newflags); in configureBlocking()
|
/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 | 210 int rc = fcntl(fd, F_SETFL, flags); in setBlocking()
|
D | android_system_OsConstants.cpp | 239 initConstant(env, c, "F_SETFL", F_SETFL); in OsConstants_initConstants()
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 273 public static final int F_SETFL = placeholder(); field in OsConstants
|