Searched refs:StructFlock (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | StructFlock.java | 28 public final class StructFlock { class
|
D | Os.java | 114 …/** @hide */ public static int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws Errn… in fcntlFlock()
|
/libcore/luni/src/main/java/java/nio/ |
D | FileChannelImpl.java | 21 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/ |
D | Os.java | 22 import android.system.StructFlock; 61 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock()
|
D | Posix.java | 22 import android.system.StructFlock; 64 …public native int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, I… in fcntlFlock()
|
D | ForwardingOs.java | 22 import android.system.StructFlock; 70 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock()
|