Searched defs:fcntlFlock (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 156 …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/ |
D | Os.java | 79 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock() method
|
D | ForwardingOs.java | 104 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock() method in ForwardingOs
|
D | Linux.java | 79 …public native int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, I… in fcntlFlock() method in Linux
|