Home
last modified time | relevance | path

Searched refs:F_GETFL (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/main/native/
DFileDescriptor_md.c73 int flags = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFL)); in FileDescriptor_getAppend()
DLinuxWatchService.c113 int flags = fcntl(fd, F_GETFL); in Java_sun_nio_fs_LinuxWatchService_configureBlocking()
DIOUtil.c76 int flags = fcntl(fd, F_GETFL); in configureBlocking()
DFileDispatcherImpl.c152 int getfl = fcntl(fd, F_GETFL); in FileDispatcherImpl_force0()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java39 import static android.system.OsConstants.F_GETFL;
252 int flags = Libcore.os.fcntlVoid(fd, F_GETFL); in setBlocking()
DBlockGuardOs.java117 int flag = android.system.Os.fcntlInt(fd, F_GETFL, 0); in isNonBlockingFile()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java519 public static final int F_GETFL; field in OsConstants
520 static { F_GETFL = 0; }
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DServerSocketTest.java47 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/test/java/libcore/android/system/
DOsTest.java129 assertEquals(0, (Os.fcntlVoid(fd, F_GETFL) & O_NONBLOCK)); in testFcntlInt_udpSocket()
133 assertTrue((Os.fcntlVoid(fd, F_GETFL) & O_NONBLOCK) != 0); in testFcntlInt_udpSocket()
137 assertEquals(0, (Os.fcntlVoid(fd, F_GETFL) & O_NONBLOCK)); in testFcntlInt_udpSocket()
1898 int flags = Os.fcntlVoid(fd, F_GETFL);
1915 int flags = Os.fcntlVoid(fd, F_GETFL);
/libcore/luni/src/main/native/
DNetworkUtilities.cpp534 int flags = fcntl(fd, F_GETFL); in setBlocking()
Dandroid_system_OsConstants.cpp236 initConstant(env, c, "F_GETFL", F_GETFL); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java342 public static final int F_GETFL = placeholder(); field in OsConstants
/libcore/api/
Dcurrent.txt316 field public static final int F_GETFL;