Home
last modified time | relevance | path

Searched refs:StructFlock (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/android/system/
DStructFlock.java28 public final class StructFlock { class
DOs.java114 …/** @hide */ public static int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws Errn… in fcntlFlock()
/libcore/luni/src/main/java/java/nio/
DFileChannelImpl.java21 import android.system.StructFlock;
113 StructFlock flock = new StructFlock(); in basicLock()
191 StructFlock flock = new StructFlock(); in release()
/libcore/luni/src/main/java/libcore/io/
DOs.java22 import android.system.StructFlock;
61 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock()
DPosix.java22 import android.system.StructFlock;
64 …public native int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, I… in fcntlFlock()
DForwardingOs.java22 import android.system.StructFlock;
70 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock()