HomeSort by relevance Sort by last modified time
    Searched refs:UnixFileKey (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileKey.java 32 class UnixFileKey {
36 UnixFileKey(long st_dev, long st_ino) {
51 if (!(obj instanceof UnixFileKey))
53 UnixFileKey other = (UnixFileKey)obj;
UnixFileAttributes.java 59 private volatile UnixFileKey key;
180 public UnixFileKey fileKey() {
184 key = new UnixFileKey(st_dev, st_ino);
  /libcore/
openjdk_java_files.mk     [all...]

Completed in 191 milliseconds