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

  /libcore/luni/src/main/java/libcore/io/
Os.java 66 public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException;
ForwardingOs.java 81 public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException { return os.fcntlFlock(fd, cmd, arg); }
Linux.java 72 public native int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException;
  /libcore/luni/src/main/java/android/system/
Os.java 141 /** @hide */ public static int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException { return Libcore.os.fcntlFlock(fd, cmd, arg); }
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp     [all...]

Completed in 380 milliseconds