Home
last modified time | relevance | path

Searched refs:UnixFileKey (Results 1 – 4 of 4) 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.bp1660 "ojluni/src/main/java/sun/nio/fs/UnixFileKey.java",
DEXPECTED_UPSTREAM1551 ojluni/src/main/java/sun/nio/fs/UnixFileKey.java,jdk11u/jdk-11.0.13-ga,src/java.base/unix/classes/s…