HomeSort by relevance Sort by last modified time
    Searched defs:getOtherFile (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/test/java/libcore/java/nio/file/
DirectoryNotEmptyExceptionTest.java 31 assertNull(exception.getOtherFile());
77 assertNull(exception.getOtherFile());
NotDirectoryExceptionTest.java 30 assertNull(exception.getOtherFile());
76 assertNull(exception.getOtherFile());
AccessDeniedExceptionTest.java 31 assertNull(exception.getOtherFile());
40 assertEquals("otherFile", exception.getOtherFile());
85 assertEquals("otherFile", exception.getOtherFile());
FileAlreadyExistsExceptionTest.java 30 assertNull(exception.getOtherFile());
40 assertEquals("otherFile", exception.getOtherFile());
86 assertEquals("otherFile", exception.getOtherFile());
NoSuchFileExceptionTest.java 30 assertNull(exception.getOtherFile());
39 assertEquals("otherFile", exception.getOtherFile());
84 assertEquals("otherFile", exception.getOtherFile());
NotLinkExceptionTest.java 30 assertNull(exception.getOtherFile());
39 assertEquals("otherFile", exception.getOtherFile());
82 assertEquals("otherFile", exception.getOtherFile());
FileSystemExceptionTest.java 30 assertNull(exception.getOtherFile());
38 assertEquals("otherFile", exception.getOtherFile());
83 assertEquals("otherFile", exception.getOtherFile());
  /libcore/ojluni/src/main/java/java/nio/file/
FileSystemException.java 92 public String getOtherFile() {

Completed in 179 milliseconds