Home
last modified time | relevance | path

Searched defs:fcntlFlock (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOs.java156 …public static int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, I… in fcntlFlock() method in Os
/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