OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileKey
(Results
1 - 6
of
6
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
FileKey.java
34
public class
FileKey
{
39
private
FileKey
() { }
41
public static
FileKey
create(FileDescriptor fd) {
42
FileKey
fk = new
FileKey
();
59
if (!(obj instanceof
FileKey
))
61
FileKey
other = (
FileKey
)obj;
FileLockTable.java
89
private
FileKey
fileKey
;
93
FileKey
key) {
95
this.
fileKey
= key;
98
FileKey
fileKey
() {
99
return
fileKey
;
103
// The system-wide map is a ConcurrentHashMap that is keyed on the
FileKey
.
106
private static ConcurrentHashMap<
FileKey
, List<FileLockReference>> lockMap =
107
new ConcurrentHashMap<
FileKey
, List<FileLockReference>>()
[
all
...]
/libcore/ojluni/src/main/native/
openjdksub.mk
33
FileKey
.c \
FileKey.c
42
static jfieldID key_st_dev; /* id for
FileKey
.st_dev */
43
static jfieldID key_st_ino; /* id for
FileKey
.st_ino */
48
jclass clazz = (*env)->FindClass(env, "sun/nio/ch/
FileKey
");
70
NATIVE_METHOD(
FileKey
, init, "(Ljava/io/FileDescriptor;)V"),
74
jniRegisterNativeMethods(env, "sun/nio/ch/
FileKey
", gMethods, NELEM(gMethods));
/libcore/
openjdk_java_files.mk
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 111 milliseconds