Searched refs:otherFile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/file/etc/
H A DExceptions.java43 String otherFile = "target";
47 testFileSystemException(thisFile, otherFile, reason);
48 testFileSystemException(null, otherFile, reason);
50 testFileSystemException(thisFile, otherFile, null);
54 exc = new FileSystemException(thisFile, otherFile, reason);
56 if (!exc.getFile().equals(thisFile) || !exc.getOtherFile().equals(otherFile))
61 String otherFile,
64 FileSystemException exc = new FileSystemException(thisFile, otherFile, reason);
67 if (!Objects.equals(otherFile, exc.getOtherFile()))
60 testFileSystemException(String thisFile, String otherFile, String reason) argument
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileSystemModel.java365 final SortableFile otherFile = (SortableFile)other;
366 return otherFile.fFile.equals(fFile);

Completed in 29 milliseconds