Searched refs:getOtherFile (Results 1 – 9 of 9) sorted by relevance
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | NoSuchFileExceptionTest.java | 30 assertNull(exception.getOtherFile()); in test_constructor$String() 39 assertEquals("otherFile", exception.getOtherFile()); in test_constructor$String$String$String() 84 assertEquals("otherFile", exception.getOtherFile()); in test_serialization()
|
D | NotLinkExceptionTest.java | 30 assertNull(exception.getOtherFile()); in test_constructor$String() 39 assertEquals("otherFile", exception.getOtherFile()); in test_constructor$String$String$String() 82 assertEquals("otherFile", exception.getOtherFile()); in test_serialization()
|
D | AccessDeniedExceptionTest.java | 31 assertNull(exception.getOtherFile()); in test_constructor$String() 40 assertEquals("otherFile", exception.getOtherFile()); in test_constructor$String$String$String() 85 assertEquals("otherFile", exception.getOtherFile()); in test_serialization()
|
D | FileAlreadyExistsExceptionTest.java | 30 assertNull(exception.getOtherFile()); in test_constructor$String() 40 assertEquals("otherFile", exception.getOtherFile()); in test_constructor$String$String$String() 86 assertEquals("otherFile", exception.getOtherFile()); in test_serialization()
|
D | FileSystemExceptionTest.java | 30 assertNull(exception.getOtherFile()); in test_constructor$String() 38 assertEquals("otherFile", exception.getOtherFile()); in test_constructor$String$String$String() 83 assertEquals("otherFile", exception.getOtherFile()); in test_serialization()
|
D | NotDirectoryExceptionTest.java | 30 assertNull(exception.getOtherFile()); in test_constructor$String() 76 assertNull(exception.getOtherFile()); in test_serialization()
|
D | DirectoryNotEmptyExceptionTest.java | 31 assertNull(exception.getOtherFile()); in test_constructor$String() 77 assertNull(exception.getOtherFile()); in test_serialization()
|
D | AtomicMoveNotSupportedExceptionTest.java | 32 assertEquals("target", exception.getOtherFile()); in test_constructor$String$String$String() 79 assertEquals("target", exception.getOtherFile()); in test_serialization()
|
/libcore/ojluni/src/main/java/java/nio/file/ |
D | FileSystemException.java | 92 public String getOtherFile() { in getOtherFile() method in FileSystemException
|