Searched refs:fcntlFlock (Results 1 - 5 of 5) sorted by path

/libcore/luni/src/main/java/android/system/
H A DOs.java122 /** @hide */ public static int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException { return Libcore.os.fcntlFlock(fd, cmd, arg); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java70 public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException { return os.fcntlFlock(fd, cmd, arg); } method in class:ForwardingOs
H A DOs.java61 public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException; method in interface:Os
H A DPosix.java64 public native int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException; method in class:Posix
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1981 NATIVE_METHOD(Posix, fcntlFlock, "(Ljava/io/FileDescriptor;ILandroid/system/StructFlock;)I"),

Completed in 17 milliseconds