Home
last modified time | relevance | path

Searched refs:UnixFileKey (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileKey.java32 class UnixFileKey { class
36 UnixFileKey(long st_dev, long st_ino) { in UnixFileKey() method in UnixFileKey
51 if (!(obj instanceof UnixFileKey)) in equals()
53 UnixFileKey other = (UnixFileKey)obj; in equals()
DUnixFileAttributes.java59 private volatile UnixFileKey key;
180 public UnixFileKey fileKey() { in fileKey()
184 key = new UnixFileKey(st_dev, st_ino); in fileKey()
/libcore/
Dopenjdk_java_files.bp1602 "ojluni/src/main/java/sun/nio/fs/UnixFileKey.java",