Searched defs:fcntlFlock (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | Os.java | 61 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock() method
|
D | ForwardingOs.java | 70 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock() method in ForwardingOs
|
D | Posix.java | 64 …public native int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, I… in fcntlFlock() method in Posix
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 114 …/** @hide */ public static int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws Errn… in fcntlFlock() method in Os
|