HomeSort by relevance Sort by last modified time
    Searched refs:fcntlVoid (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 91 int flags = Libcore.os.fcntlVoid(fd, F_GETFL);
Os.java 69 public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException;
ForwardingOs.java 84 public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException { return os.fcntlVoid(fd, cmd); }
Linux.java 75 public native int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException;
  /libcore/luni/src/main/java/android/system/
Os.java 141 /** @hide */ public static int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException { return Libcore.os.fcntlVoid(fd, cmd); }
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ServerSocketTest.java 190 assertEquals(0, Libcore.os.fcntlVoid(sconn.getFileDescriptor$(), F_GETFL) & O_NONBLOCK);
    [all...]
  /libcore/luni/src/test/java/libcore/libcore/io/
OsTest.java 81 int flags = Libcore.os.fcntlVoid(fis.getFD(), F_GETFD);
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 216 milliseconds