Searched refs:fcntlFlock (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 104 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock() method in ForwardingOs
|
D | Os.java | 79 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock() method
|
D | Linux.java | 79 …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/ |
D | Os.java | 156 …tatic int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrupt… in fcntlFlock() method in Os
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2606 NATIVE_METHOD(Linux, fcntlFlock, "(Ljava/io/FileDescriptor;ILandroid/system/StructFlock;)I"),
|