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

  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 97 Libcore.os.fcntlInt(fd, F_SETFL, flags);
Linux.java 74 public native int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException;
Os.java 68 public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException;
ForwardingOs.java 83 public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return os.fcntlInt(fd, cmd, arg); }
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 199 Os.fcntlInt(childPipeFd, F_SETFD, 0);
    [all...]
  /libcore/luni/src/main/java/android/system/
Os.java 140 /** @hide */ public static int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return Libcore.os.fcntlInt(fd, cmd, arg); }
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.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 88 milliseconds