Searched refs:F_GETFL (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | LinuxWatchService.c | 109 int flags = fcntl(fd, F_GETFL); in Java_sun_nio_fs_LinuxWatchService_configureBlocking()
|
D | IOUtil.c | 76 int flags = fcntl(fd, F_GETFL); in configureBlocking()
|
D | FileDispatcherImpl.c | 150 int getfl = fcntl(fd, F_GETFL); in FileDispatcherImpl_force0()
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoUtils.java | 91 int flags = Libcore.os.fcntlVoid(fd, F_GETFL); in setBlocking()
|
/libcore/luni/src/main/native/ |
D | NetworkUtilities.cpp | 199 int flags = fcntl(fd, F_GETFL); in setBlocking()
|
D | android_system_OsConstants.cpp | 230 initConstant(env, c, "F_GETFL", F_GETFL); in OsConstants_initConstants()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | ServerSocketTest.java | 47 import static android.system.OsConstants.F_GETFL; 190 assertEquals(0, Libcore.os.fcntlVoid(sconn.getFileDescriptor$(), F_GETFL) & O_NONBLOCK); in test_accept()
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 266 public static final int F_GETFL = placeholder(); field in OsConstants
|