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 | 156 …public static int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, I… in fcntlFlock()
|
/libcore/luni/src/main/java/libcore/io/ |
D | Os.java | 26 import android.system.StructFlock; 79 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock()
|
D | Linux.java | 26 import android.system.StructFlock; 79 …public native int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, I… in fcntlFlock()
|
D | ForwardingOs.java | 26 import android.system.StructFlock; 104 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock()
|
/libcore/ |
D | non_openjdk_java_files.bp | 15 "luni/src/main/java/android/system/StructFlock.java",
|