Home
last modified time | relevance | path

Searched refs:fcntlFlock (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java104 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock() method in ForwardingOs
DOs.java79 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock() method
DLinux.java79 …public native int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, I… in fcntlFlock() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java156 …tatic int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrupt… in fcntlFlock() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2606 NATIVE_METHOD(Linux, fcntlFlock, "(Ljava/io/FileDescriptor;ILandroid/system/StructFlock;)I"),