Home
last modified time | relevance | path

Searched refs:getOtherFile (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
DNoSuchFileExceptionTest.java30 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()
DNotLinkExceptionTest.java30 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()
DAccessDeniedExceptionTest.java31 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()
DFileAlreadyExistsExceptionTest.java30 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()
DFileSystemExceptionTest.java30 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()
DNotDirectoryExceptionTest.java30 assertNull(exception.getOtherFile()); in test_constructor$String()
76 assertNull(exception.getOtherFile()); in test_serialization()
DDirectoryNotEmptyExceptionTest.java31 assertNull(exception.getOtherFile()); in test_constructor$String()
77 assertNull(exception.getOtherFile()); in test_serialization()
DAtomicMoveNotSupportedExceptionTest.java32 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/
DFileSystemException.java92 public String getOtherFile() { in getOtherFile() method in FileSystemException